diff options
author | Star Rauchenberger <fefferburbia@gmail.com> | 2023-04-21 11:11:59 -0400 |
---|---|---|
committer | Star Rauchenberger <fefferburbia@gmail.com> | 2023-04-21 11:11:59 -0400 |
commit | 0fcd3a848ae1a3be8e4d2aab9b85e27d8136a8a1 (patch) | |
tree | 36eed5d82ae46da85927d5efcdbc1829e8ccc9c2 /Archipelago/client.gd | |
parent | 613f7e41b05048f36f23990daa221fc4d3774b11 (diff) | |
download | lingo-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.gd | 1 |
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 = "" | |||
4 | var ap_user = "" | 4 | var ap_user = "" |
5 | var ap_pass = "" | 5 | var ap_pass = "" |
6 | 6 | ||
7 | const my_version = "0.1.0" | ||
7 | const ap_version = {"major": 0, "minor": 4, "build": 0, "class": "Version"} | 8 | const ap_version = {"major": 0, "minor": 4, "build": 0, "class": "Version"} |
8 | const orange_tower = ["Second", "Third", "Fourth", "Fifth", "Sixth", "Seventh"] | 9 | const orange_tower = ["Second", "Third", "Fourth", "Fifth", "Sixth", "Seventh"] |
9 | const color_items = [ | 10 | const color_items = [ |