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_plaza/rooms/Center Room.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_plaza/rooms/Center Room.txtpb')
-rw-r--r-- | data/maps/the_plaza/rooms/Center Room.txtpb | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/data/maps/the_plaza/rooms/Center Room.txtpb b/data/maps/the_plaza/rooms/Center Room.txtpb index 287ee0d..4f1c62a 100644 --- a/data/maps/the_plaza/rooms/Center Room.txtpb +++ b/data/maps/the_plaza/rooms/Center Room.txtpb | |||
@@ -5,40 +5,40 @@ panels { | |||
5 | path: "Panels/Room 2/panel_1" | 5 | path: "Panels/Room 2/panel_1" |
6 | clue: "reporter" | 6 | clue: "reporter" |
7 | answer: "news" | 7 | answer: "news" |
8 | symbols: "job" | 8 | symbols: JOB |
9 | } | 9 | } |
10 | panels { | 10 | panels { |
11 | name: "BIRD" | 11 | name: "BIRD" |
12 | path: "Panels/Room 2/panel_2" | 12 | path: "Panels/Room 2/panel_2" |
13 | clue: "bird" | 13 | clue: "bird" |
14 | answer: "nest" | 14 | answer: "nest" |
15 | symbols: "stars" | 15 | symbols: STARS |
16 | } | 16 | } |
17 | panels { | 17 | panels { |
18 | name: "FOX" | 18 | name: "FOX" |
19 | path: "Panels/Room 2/panel_3" | 19 | path: "Panels/Room 2/panel_3" |
20 | clue: "fox" | 20 | clue: "fox" |
21 | answer: "den" | 21 | answer: "den" |
22 | symbols: "stars" | 22 | symbols: STARS |
23 | } | 23 | } |
24 | panels { | 24 | panels { |
25 | name: "JUDGE" | 25 | name: "JUDGE" |
26 | path: "Panels/Room 2/panel_4" | 26 | path: "Panels/Room 2/panel_4" |
27 | clue: "judge" | 27 | clue: "judge" |
28 | answer: "law" | 28 | answer: "law" |
29 | symbols: "job" | 29 | symbols: JOB |
30 | } | 30 | } |
31 | panels { | 31 | panels { |
32 | name: "DENTIST" | 32 | name: "DENTIST" |
33 | path: "Panels/Room 2/panel_5" | 33 | path: "Panels/Room 2/panel_5" |
34 | clue: "dentist" | 34 | clue: "dentist" |
35 | answer: "teeth" | 35 | answer: "teeth" |
36 | symbols: "job" | 36 | symbols: JOB |
37 | } | 37 | } |
38 | panels { | 38 | panels { |
39 | name: "SQUIRREL" | 39 | name: "SQUIRREL" |
40 | path: "Panels/Room 2/panel_6" | 40 | path: "Panels/Room 2/panel_6" |
41 | clue: "squirrel" | 41 | clue: "squirrel" |
42 | answer: "tree" | 42 | answer: "tree" |
43 | symbols: "stars" | 43 | symbols: STARS |
44 | } | 44 | } |