diff options
author | Star Rauchenberger <fefferburbia@gmail.com> | 2024-01-04 13:37:46 -0500 |
---|---|---|
committer | Star Rauchenberger <fefferburbia@gmail.com> | 2024-01-04 13:37:46 -0500 |
commit | 040cb2b0d24f5042511f4cef4ab6acee291d88b1 (patch) | |
tree | e507496a61362909603511b1e7bd6c7a2367b5d4 | |
parent | 49209d18a4a5a78f5ad997b948d7812a22e9da4e (diff) | |
download | lingo-archipelago-040cb2b0d24f5042511f4cef4ab6acee291d88b1.tar.gz lingo-archipelago-040cb2b0d24f5042511f4cef4ab6acee291d88b1.tar.bz2 lingo-archipelago-040cb2b0d24f5042511f4cef4ab6acee291d88b1.zip |
We are at AP 0.4.4
-rw-r--r-- | Archipelago/client.gd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Archipelago/client.gd b/Archipelago/client.gd index 2aef8b1..e05d5c4 100644 --- a/Archipelago/client.gd +++ b/Archipelago/client.gd | |||
@@ -16,7 +16,7 @@ var confusify_world = false | |||
16 | var enable_multiplayer = false | 16 | var enable_multiplayer = false |
17 | 17 | ||
18 | const my_version = "0.16.0" | 18 | const my_version = "0.16.0" |
19 | const ap_version = {"major": 0, "minor": 4, "build": 0, "class": "Version"} | 19 | const ap_version = {"major": 0, "minor": 4, "build": 4, "class": "Version"} |
20 | const color_items = [ | 20 | const color_items = [ |
21 | "White", "Black", "Red", "Blue", "Green", "Brown", "Gray", "Orange", "Purple", "Yellow" | 21 | "White", "Black", "Red", "Blue", "Green", "Brown", "Gray", "Orange", "Purple", "Yellow" |
22 | ] | 22 | ] |