diff options
author | Star Rauchenberger <fefferburbia@gmail.com> | 2024-02-11 14:03:47 -0500 |
---|---|---|
committer | Star Rauchenberger <fefferburbia@gmail.com> | 2024-02-11 14:03:47 -0500 |
commit | 1e2ed81d80f38f1d60eed053d02048a2a4fc6db5 (patch) | |
tree | 34b6566b720fb9a8ea596657ec89254556677f17 | |
parent | 8790d5dcf8a947a828a5fbb125940a6b7b8c9f31 (diff) | |
download | lingo-race-main.tar.gz lingo-race-main.tar.bz2 lingo-race-main.zip |
-rw-r--r-- | racing/router.gd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/racing/router.gd b/racing/router.gd index 627412d..7d10ac0 100644 --- a/racing/router.gd +++ b/racing/router.gd | |||
@@ -22,7 +22,7 @@ const LL1_AREAS = [ | |||
22 | {"title": "Rainbow", "pos": [-96, 0, -41]}, | 22 | {"title": "Rainbow", "pos": [-96, 0, -41]}, |
23 | {"title": "The Undeterred", "pos": [-87, 0, 25], "no_start": true}, | 23 | {"title": "The Undeterred", "pos": [-87, 0, 25], "no_start": true}, |
24 | {"title": "Directional Gallery", "pos": [-57, 0, 0]}, | 24 | {"title": "Directional Gallery", "pos": [-57, 0, 0]}, |
25 | {"title": "The Eyes They See", "pos": [-54, 0, -23]}, | 25 | {"title": "The Eyes They See", "pos": [-56, 0, -25]}, |
26 | {"title": "Tower First Floor", "pos": [-27, 0, -23], "long": true}, | 26 | {"title": "Tower First Floor", "pos": [-27, 0, -23], "long": true}, |
27 | {"title": "The Optimistic", "pos": [76, 0, -17]}, | 27 | {"title": "The Optimistic", "pos": [76, 0, -17]}, |
28 | {"title": "The Initiated", "pos": [63, 0, -0], "no_start": true}, | 28 | {"title": "The Initiated", "pos": [63, 0, -0], "no_start": true}, |