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/West Side.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/West Side.txtpb')
| -rw-r--r-- | data/maps/the_great/rooms/West Side.txtpb | 14 |
1 files changed, 7 insertions, 7 deletions
| diff --git a/data/maps/the_great/rooms/West Side.txtpb b/data/maps/the_great/rooms/West Side.txtpb index f72cce7..4723213 100644 --- a/data/maps/the_great/rooms/West Side.txtpb +++ b/data/maps/the_great/rooms/West Side.txtpb | |||
| @@ -5,49 +5,49 @@ panels { | |||
| 5 | path: "Panels/General/entry_9" | 5 | path: "Panels/General/entry_9" |
| 6 | clue: "erase" | 6 | clue: "erase" |
| 7 | answer: "write" | 7 | answer: "write" |
| 8 | symbols: "sun" | 8 | symbols: SUN |
| 9 | } | 9 | } |
| 10 | panels { | 10 | panels { |
| 11 | name: "TEACH" | 11 | name: "TEACH" |
| 12 | path: "Panels/Magnet Room/magnet_1" | 12 | path: "Panels/Magnet Room/magnet_1" |
| 13 | clue: "teach" | 13 | clue: "teach" |
| 14 | answer: "learn" | 14 | answer: "learn" |
| 15 | symbols: "sun" | 15 | symbols: SUN |
| 16 | } | 16 | } |
| 17 | panels { | 17 | panels { |
| 18 | name: "RIGHT" | 18 | name: "RIGHT" |
| 19 | path: "Panels/Impressive/entry_1" | 19 | path: "Panels/Impressive/entry_1" |
| 20 | clue: "right" | 20 | clue: "right" |
| 21 | answer: "wrong" | 21 | answer: "wrong" |
| 22 | symbols: "sun" | 22 | symbols: SUN |
| 23 | } | 23 | } |
| 24 | panels { | 24 | panels { |
| 25 | name: "SAVORY" | 25 | name: "SAVORY" |
| 26 | path: "Panels/Favors/favors_1" | 26 | path: "Panels/Favors/favors_1" |
| 27 | clue: "savory" | 27 | clue: "savory" |
| 28 | answer: "unsavory" | 28 | answer: "unsavory" |
| 29 | symbols: "sun" | 29 | symbols: SUN |
| 30 | } | 30 | } |
| 31 | panels { | 31 | panels { |
| 32 | name: "FLAVORS" | 32 | name: "FLAVORS" |
| 33 | path: "Panels/Favors/favors_2" | 33 | path: "Panels/Favors/favors_2" |
| 34 | clue: "flavors" | 34 | clue: "flavors" |
| 35 | answer: "favors" | 35 | answer: "favors" |
| 36 | symbols: "sparkles" | 36 | symbols: SPARKLES |
| 37 | } | 37 | } |
| 38 | panels { | 38 | panels { |
| 39 | name: "COLOR" | 39 | name: "COLOR" |
| 40 | path: "Panels/General/entry_5" | 40 | path: "Panels/General/entry_5" |
| 41 | clue: "color" | 41 | clue: "color" |
| 42 | answer: "red" | 42 | answer: "red" |
| 43 | symbols: "example" | 43 | symbols: EXAMPLE |
| 44 | } | 44 | } |
| 45 | panels { | 45 | panels { |
| 46 | name: "CLUE" | 46 | name: "CLUE" |
| 47 | path: "Panels/General/entry_3" | 47 | path: "Panels/General/entry_3" |
| 48 | clue: "clue" | 48 | clue: "clue" |
| 49 | answer: "hint" | 49 | answer: "hint" |
| 50 | symbols: "sun" | 50 | symbols: SUN |
| 51 | } | 51 | } |
| 52 | letters { | 52 | letters { |
| 53 | key: "a" | 53 | key: "a" |
