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/Pillar 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_great/rooms/Pillar Room.txtpb')
| -rw-r--r-- | data/maps/the_great/rooms/Pillar Room.txtpb | 8 |
1 files changed, 4 insertions, 4 deletions
| diff --git a/data/maps/the_great/rooms/Pillar Room.txtpb b/data/maps/the_great/rooms/Pillar Room.txtpb index f3fc078..01ff309 100644 --- a/data/maps/the_great/rooms/Pillar Room.txtpb +++ b/data/maps/the_great/rooms/Pillar Room.txtpb | |||
| @@ -5,8 +5,8 @@ panels { | |||
| 5 | path: "Panels/Impressive/entry_2" | 5 | path: "Panels/Impressive/entry_2" |
| 6 | clue: "eye" | 6 | clue: "eye" |
| 7 | answer: "you" | 7 | answer: "you" |
| 8 | symbols: "sun" | 8 | symbols: SUN |
| 9 | symbols: "zero" | 9 | symbols: ZERO |
| 10 | } | 10 | } |
| 11 | panels { | 11 | panels { |
| 12 | name: "HAVE" | 12 | name: "HAVE" |
| @@ -19,14 +19,14 @@ panels { | |||
| 19 | path: "Panels/Impressive/entry_4" | 19 | path: "Panels/Impressive/entry_4" |
| 20 | clue: "four" | 20 | clue: "four" |
| 21 | answer: "for" | 21 | answer: "for" |
| 22 | symbols: "zero" | 22 | symbols: ZERO |
| 23 | } | 23 | } |
| 24 | panels { | 24 | panels { |
| 25 | name: "CAUGHT" | 25 | name: "CAUGHT" |
| 26 | path: "Panels/Impressive/entry_5" | 26 | path: "Panels/Impressive/entry_5" |
| 27 | clue: "caught" | 27 | clue: "caught" |
| 28 | answer: "got" | 28 | answer: "got" |
| 29 | symbols: "zero" | 29 | symbols: ZERO |
| 30 | } | 30 | } |
| 31 | panels { | 31 | panels { |
| 32 | name: "TEN" | 32 | name: "TEN" |
