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_stormy/rooms/Center.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_stormy/rooms/Center.txtpb')
| -rw-r--r-- | data/maps/the_stormy/rooms/Center.txtpb | 8 |
1 files changed, 4 insertions, 4 deletions
| diff --git a/data/maps/the_stormy/rooms/Center.txtpb b/data/maps/the_stormy/rooms/Center.txtpb index 9ea360e..62395ba 100644 --- a/data/maps/the_stormy/rooms/Center.txtpb +++ b/data/maps/the_stormy/rooms/Center.txtpb | |||
| @@ -5,28 +5,28 @@ panels { | |||
| 5 | path: "Panels/Room_1/panel_7" | 5 | path: "Panels/Room_1/panel_7" |
| 6 | clue: "reactor" | 6 | clue: "reactor" |
| 7 | answer: "meltdown" | 7 | answer: "meltdown" |
| 8 | symbols: "cross" | 8 | symbols: CROSS |
| 9 | } | 9 | } |
| 10 | panels { | 10 | panels { |
| 11 | name: "VOLCANO" | 11 | name: "VOLCANO" |
| 12 | path: "Panels/Room_1/panel_8" | 12 | path: "Panels/Room_1/panel_8" |
| 13 | clue: "volcano" | 13 | clue: "volcano" |
| 14 | answer: "eruption" | 14 | answer: "eruption" |
| 15 | symbols: "age" | 15 | symbols: AGE |
| 16 | } | 16 | } |
| 17 | panels { | 17 | panels { |
| 18 | name: "CLOUD" | 18 | name: "CLOUD" |
| 19 | path: "Panels/Room_1/panel_9" | 19 | path: "Panels/Room_1/panel_9" |
| 20 | clue: "cloud" | 20 | clue: "cloud" |
| 21 | answer: "rain" | 21 | answer: "rain" |
| 22 | symbols: "age" | 22 | symbols: AGE |
| 23 | } | 23 | } |
| 24 | panels { | 24 | panels { |
| 25 | name: "WIND" | 25 | name: "WIND" |
| 26 | path: "Panels/Room_1/panel_10" | 26 | path: "Panels/Room_1/panel_10" |
| 27 | clue: "wind" | 27 | clue: "wind" |
| 28 | answer: "tornado" | 28 | answer: "tornado" |
| 29 | symbols: "cross" | 29 | symbols: CROSS |
| 30 | } | 30 | } |
| 31 | ports { | 31 | ports { |
| 32 | name: "ENTRY" | 32 | name: "ENTRY" |
