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/Bottom Left 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/Bottom Left Room.txtpb')
| -rw-r--r-- | data/maps/the_plaza/rooms/Bottom Left Room.txtpb | 12 |
1 files changed, 6 insertions, 6 deletions
| diff --git a/data/maps/the_plaza/rooms/Bottom Left Room.txtpb b/data/maps/the_plaza/rooms/Bottom Left Room.txtpb index 5c7a08e..833ccce 100644 --- a/data/maps/the_plaza/rooms/Bottom Left Room.txtpb +++ b/data/maps/the_plaza/rooms/Bottom Left Room.txtpb | |||
| @@ -5,40 +5,40 @@ panels { | |||
| 5 | path: "Panels/Room 4/panel_1" | 5 | path: "Panels/Room 4/panel_1" |
| 6 | clue: "shell" | 6 | clue: "shell" |
| 7 | answer: "armadillo" | 7 | answer: "armadillo" |
| 8 | symbols: "stars" | 8 | symbols: STARS |
| 9 | } | 9 | } |
| 10 | panels { | 10 | panels { |
| 11 | name: "SHELL (2)" | 11 | name: "SHELL (2)" |
| 12 | path: "Panels/Room 4/panel_2" | 12 | path: "Panels/Room 4/panel_2" |
| 13 | clue: "shell" | 13 | clue: "shell" |
| 14 | answer: "coconut" | 14 | answer: "coconut" |
| 15 | symbols: "stars" | 15 | symbols: STARS |
| 16 | } | 16 | } |
| 17 | panels { | 17 | panels { |
| 18 | name: "SHELL (3)" | 18 | name: "SHELL (3)" |
| 19 | path: "Panels/Room 4/panel_3" | 19 | path: "Panels/Room 4/panel_3" |
| 20 | clue: "shell" | 20 | clue: "shell" |
| 21 | answer: "egg" | 21 | answer: "egg" |
| 22 | symbols: "stars" | 22 | symbols: STARS |
| 23 | } | 23 | } |
| 24 | panels { | 24 | panels { |
| 25 | name: "SHELL (4)" | 25 | name: "SHELL (4)" |
| 26 | path: "Panels/Room 4/panel_4" | 26 | path: "Panels/Room 4/panel_4" |
| 27 | clue: "shell" | 27 | clue: "shell" |
| 28 | answer: "crab" | 28 | answer: "crab" |
| 29 | symbols: "stars" | 29 | symbols: STARS |
| 30 | } | 30 | } |
| 31 | panels { | 31 | panels { |
| 32 | name: "SHELL (5)" | 32 | name: "SHELL (5)" |
| 33 | path: "Panels/Room 4/panel_5" | 33 | path: "Panels/Room 4/panel_5" |
| 34 | clue: "shell" | 34 | clue: "shell" |
| 35 | answer: "turtle" | 35 | answer: "turtle" |
| 36 | symbols: "stars" | 36 | symbols: STARS |
| 37 | } | 37 | } |
| 38 | panels { | 38 | panels { |
| 39 | name: "SHELL (6)" | 39 | name: "SHELL (6)" |
| 40 | path: "Panels/Room 4/panel_6" | 40 | path: "Panels/Room 4/panel_6" |
| 41 | clue: "shell" | 41 | clue: "shell" |
| 42 | answer: "nut" | 42 | answer: "nut" |
| 43 | symbols: "stars" | 43 | symbols: STARS |
| 44 | } | 44 | } |
