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_bearer/rooms/Entry.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_bearer/rooms/Entry.txtpb')
| -rw-r--r-- | data/maps/the_bearer/rooms/Entry.txtpb | 16 |
1 files changed, 8 insertions, 8 deletions
| diff --git a/data/maps/the_bearer/rooms/Entry.txtpb b/data/maps/the_bearer/rooms/Entry.txtpb index 8c83a38..d7a8db6 100644 --- a/data/maps/the_bearer/rooms/Entry.txtpb +++ b/data/maps/the_bearer/rooms/Entry.txtpb | |||
| @@ -5,56 +5,56 @@ panels { | |||
| 5 | path: "Panels/Entry/panel_1" | 5 | path: "Panels/Entry/panel_1" |
| 6 | clue: "view" | 6 | clue: "view" |
| 7 | answer: "look" | 7 | answer: "look" |
| 8 | symbols: "sun" | 8 | symbols: SUN |
| 9 | } | 9 | } |
| 10 | panels { | 10 | panels { |
| 11 | name: "HOVER" | 11 | name: "HOVER" |
| 12 | path: "Panels/Entry/panel_2" | 12 | path: "Panels/Entry/panel_2" |
| 13 | clue: "hover" | 13 | clue: "hover" |
| 14 | answer: "over" | 14 | answer: "over" |
| 15 | symbols: "sparkles" | 15 | symbols: SPARKLES |
| 16 | } | 16 | } |
| 17 | panels { | 17 | panels { |
| 18 | name: "SQUISH" | 18 | name: "SQUISH" |
| 19 | path: "Panels/Yellow/panel_1" | 19 | path: "Panels/Yellow/panel_1" |
| 20 | clue: "squish" | 20 | clue: "squish" |
| 21 | answer: "squash" | 21 | answer: "squash" |
| 22 | symbols: "sun" | 22 | symbols: SUN |
| 23 | } | 23 | } |
| 24 | panels { | 24 | panels { |
| 25 | name: "MANE" | 25 | name: "MANE" |
| 26 | path: "Panels/Yellow/panel_2" | 26 | path: "Panels/Yellow/panel_2" |
| 27 | clue: "mane" | 27 | clue: "mane" |
| 28 | answer: "lion" | 28 | answer: "lion" |
| 29 | symbols: "boxes" | 29 | symbols: BOXES |
| 30 | } | 30 | } |
| 31 | panels { | 31 | panels { |
| 32 | name: "SCHOOL" | 32 | name: "SCHOOL" |
| 33 | path: "Panels/Yellow/panel_3" | 33 | path: "Panels/Yellow/panel_3" |
| 34 | clue: "school" | 34 | clue: "school" |
| 35 | answer: "bus" | 35 | answer: "bus" |
| 36 | symbols: "example" | 36 | symbols: EXAMPLE |
| 37 | } | 37 | } |
| 38 | panels { | 38 | panels { |
| 39 | name: "FLYTRAP" | 39 | name: "FLYTRAP" |
| 40 | path: "Panels/Yellow/panel_4" | 40 | path: "Panels/Yellow/panel_4" |
| 41 | clue: "flytrap" | 41 | clue: "flytrap" |
| 42 | answer: "venus" | 42 | answer: "venus" |
| 43 | symbols: "example" | 43 | symbols: EXAMPLE |
| 44 | } | 44 | } |
| 45 | panels { | 45 | panels { |
| 46 | name: "TOAD" | 46 | name: "TOAD" |
| 47 | path: "Panels/Green/panel_2" | 47 | path: "Panels/Green/panel_2" |
| 48 | clue: "toad" | 48 | clue: "toad" |
| 49 | answer: "frog" | 49 | answer: "frog" |
| 50 | symbols: "example" | 50 | symbols: EXAMPLE |
| 51 | } | 51 | } |
| 52 | panels { | 52 | panels { |
| 53 | name: "CYCLING" | 53 | name: "CYCLING" |
| 54 | path: "Panels/Green/panel_3" | 54 | path: "Panels/Green/panel_3" |
| 55 | clue: "cycling" | 55 | clue: "cycling" |
| 56 | answer: "recycling" | 56 | answer: "recycling" |
| 57 | symbols: "sparkles" | 57 | symbols: SPARKLES |
| 58 | } | 58 | } |
| 59 | ports { | 59 | ports { |
| 60 | name: "UNYIELDING" | 60 | name: "UNYIELDING" |
