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_nuanced/rooms/Back 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_nuanced/rooms/Back Room.txtpb')
| -rw-r--r-- | data/maps/the_nuanced/rooms/Back Room.txtpb | 14 |
1 files changed, 7 insertions, 7 deletions
| diff --git a/data/maps/the_nuanced/rooms/Back Room.txtpb b/data/maps/the_nuanced/rooms/Back Room.txtpb index 5ff9342..37a1c7a 100644 --- a/data/maps/the_nuanced/rooms/Back Room.txtpb +++ b/data/maps/the_nuanced/rooms/Back Room.txtpb | |||
| @@ -5,47 +5,47 @@ panels { | |||
| 5 | path: "Panels/Rhymes/panel_1" | 5 | path: "Panels/Rhymes/panel_1" |
| 6 | clue: "course" | 6 | clue: "course" |
| 7 | answer: "horse" | 7 | answer: "horse" |
| 8 | symbols: "zero" | 8 | symbols: ZERO |
| 9 | } | 9 | } |
| 10 | panels { | 10 | panels { |
| 11 | name: "WEIGH (1)" | 11 | name: "WEIGH (1)" |
| 12 | path: "Panels/Rhymes/panel_2" | 12 | path: "Panels/Rhymes/panel_2" |
| 13 | clue: "weigh" | 13 | clue: "weigh" |
| 14 | answer: "neigh" | 14 | answer: "neigh" |
| 15 | symbols: "zero" | 15 | symbols: ZERO |
| 16 | } | 16 | } |
| 17 | panels { | 17 | panels { |
| 18 | name: "WEIGH (2)" | 18 | name: "WEIGH (2)" |
| 19 | path: "Panels/Rhymes/panel_3" | 19 | path: "Panels/Rhymes/panel_3" |
| 20 | clue: "weigh" | 20 | clue: "weigh" |
| 21 | answer: "hay" | 21 | answer: "hay" |
| 22 | symbols: "zero" | 22 | symbols: ZERO |
| 23 | } | 23 | } |
| 24 | panels { | 24 | panels { |
| 25 | name: "BUYER" | 25 | name: "BUYER" |
| 26 | path: "Panels/Rhymes/panel_4" | 26 | path: "Panels/Rhymes/panel_4" |
| 27 | clue: "buyer" | 27 | clue: "buyer" |
| 28 | answer: "hire" | 28 | answer: "hire" |
| 29 | symbols: "zero" | 29 | symbols: ZERO |
| 30 | } | 30 | } |
| 31 | panels { | 31 | panels { |
| 32 | name: "GNASH" | 32 | name: "GNASH" |
| 33 | path: "Panels/Rhymes/panel_5" | 33 | path: "Panels/Rhymes/panel_5" |
| 34 | clue: "gnash" | 34 | clue: "gnash" |
| 35 | answer: "cash" | 35 | answer: "cash" |
| 36 | symbols: "zero" | 36 | symbols: ZERO |
| 37 | } | 37 | } |
| 38 | panels { | 38 | panels { |
| 39 | name: "LIMB" | 39 | name: "LIMB" |
| 40 | path: "Panels/Rhymes/panel_6" | 40 | path: "Panels/Rhymes/panel_6" |
| 41 | clue: "limb" | 41 | clue: "limb" |
| 42 | answer: "him" | 42 | answer: "him" |
| 43 | symbols: "zero" | 43 | symbols: ZERO |
| 44 | } | 44 | } |
| 45 | panels { | 45 | panels { |
| 46 | name: "SPARE" | 46 | name: "SPARE" |
| 47 | path: "Panels/Rhymes/panel_7" | 47 | path: "Panels/Rhymes/panel_7" |
| 48 | clue: "spare" | 48 | clue: "spare" |
| 49 | answer: "flare" | 49 | answer: "flare" |
| 50 | symbols: "zero" | 50 | symbols: ZERO |
| 51 | } | 51 | } |
