summary refs log tree commit diff stats
path: root/data/maps/the_stormy/rooms/Volcano Side.txtpb
diff options
context:
space:
mode:
authorStar Rauchenberger <fefferburbia@gmail.com>2025-08-20 16:23:58 -0400
committerStar Rauchenberger <fefferburbia@gmail.com>2025-08-20 16:23:58 -0400
commit9cf74c63ba8fa7fa787c59e3a49a3cb6e3178521 (patch)
tree43b96868c78ee7e42d778f838006b2cb77d28603 /data/maps/the_stormy/rooms/Volcano Side.txtpb
parent8c3428b900e1696c3c3edcc5fb513988ddbe8c41 (diff)
downloadlingo2-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/Volcano Side.txtpb')
-rw-r--r--data/maps/the_stormy/rooms/Volcano Side.txtpb4
1 files changed, 2 insertions, 2 deletions
diff --git a/data/maps/the_stormy/rooms/Volcano Side.txtpb b/data/maps/the_stormy/rooms/Volcano Side.txtpb index c089cf0..bd823d5 100644 --- a/data/maps/the_stormy/rooms/Volcano Side.txtpb +++ b/data/maps/the_stormy/rooms/Volcano Side.txtpb
@@ -5,12 +5,12 @@ panels {
5 path: "Panels/Room_1/panel_1" 5 path: "Panels/Room_1/panel_1"
6 clue: "snow" 6 clue: "snow"
7 answer: "blizzard" 7 answer: "blizzard"
8 symbols: "pyramid" 8 symbols: PYRAMID
9} 9}
10panels { 10panels {
11 name: "RAIN" 11 name: "RAIN"
12 path: "Panels/Room_1/panel_3" 12 path: "Panels/Room_1/panel_3"
13 clue: "rain" 13 clue: "rain"
14 answer: "hail" 14 answer: "hail"
15 symbols: "cross" 15 symbols: CROSS
16} 16}