summary refs log tree commit diff stats
path: root/data/maps/the_great/rooms/Maze Tower.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_great/rooms/Maze Tower.txtpb
parent8c3428b900e1696c3c3edcc5fb513988ddbe8c41 (diff)
downloadlingo2-archipelago-9cf74c63ba8fa7fa787c59e3a49a3cb6e3178521.tar.gz
lingo2-archipelago-9cf74c63ba8fa7fa787c59e3a49a3cb6e3178521.tar.bz2
lingo2-archipelago-9cf74c63ba8fa7fa787c59e3a49a3cb6e3178521.zip
Converted puzzle symbols to an enum HEAD main
Diffstat (limited to 'data/maps/the_great/rooms/Maze Tower.txtpb')
-rw-r--r--data/maps/the_great/rooms/Maze Tower.txtpb6
1 files changed, 3 insertions, 3 deletions
diff --git a/data/maps/the_great/rooms/Maze Tower.txtpb b/data/maps/the_great/rooms/Maze Tower.txtpb index 8bba0eb..6a815aa 100644 --- a/data/maps/the_great/rooms/Maze Tower.txtpb +++ b/data/maps/the_great/rooms/Maze Tower.txtpb
@@ -5,19 +5,19 @@ panels {
5 path: "Panels/Maze/maze_12" 5 path: "Panels/Maze/maze_12"
6 clue: "feel" 6 clue: "feel"
7 answer: "touch" 7 answer: "touch"
8 symbols: "sun" 8 symbols: SUN
9} 9}
10panels { 10panels {
11 name: "DECOMPOSE" 11 name: "DECOMPOSE"
12 path: "Panels/Maze/maze_13" 12 path: "Panels/Maze/maze_13"
13 clue: "decompose" 13 clue: "decompose"
14 answer: "rot" 14 answer: "rot"
15 symbols: "sun" 15 symbols: SUN
16} 16}
17panels { 17panels {
18 name: "SPIRE" 18 name: "SPIRE"
19 path: "Panels/Towers/tower_1" 19 path: "Panels/Towers/tower_1"
20 clue: "spire" 20 clue: "spire"
21 answer: "tower" 21 answer: "tower"
22 symbols: "sun" 22 symbols: SUN
23} 23}