about summary refs log tree commit diff stats
path: root/Archipelago/client.gd
diff options
context:
space:
mode:
authorStar Rauchenberger <fefferburbia@gmail.com>2023-04-21 11:11:59 -0400
committerStar Rauchenberger <fefferburbia@gmail.com>2023-04-21 11:11:59 -0400
commit0fcd3a848ae1a3be8e4d2aab9b85e27d8136a8a1 (patch)
tree36eed5d82ae46da85927d5efcdbc1829e8ccc9c2 /Archipelago/client.gd
parent613f7e41b05048f36f23990daa221fc4d3774b11 (diff)
downloadlingo-archipelago-0fcd3a848ae1a3be8e4d2aab9b85e27d8136a8a1.tar.gz
lingo-archipelago-0fcd3a848ae1a3be8e4d2aab9b85e27d8136a8a1.tar.bz2
lingo-archipelago-0fcd3a848ae1a3be8e4d2aab9b85e27d8136a8a1.zip
Client now shows a version number
Diffstat (limited to 'Archipelago/client.gd')
-rw-r--r--Archipelago/client.gd1
1 files changed, 1 insertions, 0 deletions
diff --git a/Archipelago/client.gd b/Archipelago/client.gd index f805577..dba8227 100644 --- a/Archipelago/client.gd +++ b/Archipelago/client.gd
@@ -4,6 +4,7 @@ var ap_server = ""
4var ap_user = "" 4var ap_user = ""
5var ap_pass = "" 5var ap_pass = ""
6 6
7const my_version = "0.1.0"
7const ap_version = {"major": 0, "minor": 4, "build": 0, "class": "Version"} 8const ap_version = {"major": 0, "minor": 4, "build": 0, "class": "Version"}
8const orange_tower = ["Second", "Third", "Fourth", "Fifth", "Sixth", "Seventh"] 9const orange_tower = ["Second", "Third", "Fourth", "Fifth", "Sixth", "Seventh"]
9const color_items = [ 10const color_items = [