diff options
author | Star Rauchenberger <fefferburbia@gmail.com> | 2025-08-20 16:23:58 -0400 |
---|---|---|
committer | Star Rauchenberger <fefferburbia@gmail.com> | 2025-08-20 16:23:58 -0400 |
commit | 9cf74c63ba8fa7fa787c59e3a49a3cb6e3178521 (patch) | |
tree | 43b96868c78ee7e42d778f838006b2cb77d28603 /data/maps/the_great/rooms/Behind Question Area.txtpb | |
parent | 8c3428b900e1696c3c3edcc5fb513988ddbe8c41 (diff) | |
download | lingo2-archipelago-9cf74c63ba8fa7fa787c59e3a49a3cb6e3178521.tar.gz lingo2-archipelago-9cf74c63ba8fa7fa787c59e3a49a3cb6e3178521.tar.bz2 lingo2-archipelago-9cf74c63ba8fa7fa787c59e3a49a3cb6e3178521.zip |
Converted puzzle symbols to an enum
Diffstat (limited to 'data/maps/the_great/rooms/Behind Question Area.txtpb')
-rw-r--r-- | data/maps/the_great/rooms/Behind Question Area.txtpb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/data/maps/the_great/rooms/Behind Question Area.txtpb b/data/maps/the_great/rooms/Behind Question Area.txtpb index 902d9b0..88f800f 100644 --- a/data/maps/the_great/rooms/Behind Question Area.txtpb +++ b/data/maps/the_great/rooms/Behind Question Area.txtpb | |||
@@ -5,14 +5,14 @@ panels { | |||
5 | path: "Panels/General/uc_4" | 5 | path: "Panels/General/uc_4" |
6 | clue: "dew" | 6 | clue: "dew" |
7 | answer: "do" | 7 | answer: "do" |
8 | symbols: "zero" | 8 | symbols: ZERO |
9 | } | 9 | } |
10 | panels { | 10 | panels { |
11 | name: "YEW" | 11 | name: "YEW" |
12 | path: "Panels/General/uc_5" | 12 | path: "Panels/General/uc_5" |
13 | clue: "yew" | 13 | clue: "yew" |
14 | answer: "you" | 14 | answer: "you" |
15 | symbols: "zero" | 15 | symbols: ZERO |
16 | proxies { answer: "ewe" path: "Panels/General/uc_5_proxy_1" } | 16 | proxies { answer: "ewe" path: "Panels/General/uc_5_proxy_1" } |
17 | } | 17 | } |
18 | panels { | 18 | panels { |
@@ -20,5 +20,5 @@ panels { | |||
20 | path: "Panels/General/uc_6" | 20 | path: "Panels/General/uc_6" |
21 | clue: "no" | 21 | clue: "no" |
22 | answer: "know" | 22 | answer: "know" |
23 | symbols: "zero" | 23 | symbols: ZERO |
24 | } | 24 | } |