summary refs log tree commit diff stats
path: root/data/maps/the_plaza/rooms/Bottom Left Room.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_plaza/rooms/Bottom Left Room.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_plaza/rooms/Bottom Left Room.txtpb')
-rw-r--r--data/maps/the_plaza/rooms/Bottom Left Room.txtpb12
1 files changed, 6 insertions, 6 deletions
diff --git a/data/maps/the_plaza/rooms/Bottom Left Room.txtpb b/data/maps/the_plaza/rooms/Bottom Left Room.txtpb index 5c7a08e..833ccce 100644 --- a/data/maps/the_plaza/rooms/Bottom Left Room.txtpb +++ b/data/maps/the_plaza/rooms/Bottom Left Room.txtpb
@@ -5,40 +5,40 @@ panels {
5 path: "Panels/Room 4/panel_1" 5 path: "Panels/Room 4/panel_1"
6 clue: "shell" 6 clue: "shell"
7 answer: "armadillo" 7 answer: "armadillo"
8 symbols: "stars" 8 symbols: STARS
9} 9}
10panels { 10panels {
11 name: "SHELL (2)" 11 name: "SHELL (2)"
12 path: "Panels/Room 4/panel_2" 12 path: "Panels/Room 4/panel_2"
13 clue: "shell" 13 clue: "shell"
14 answer: "coconut" 14 answer: "coconut"
15 symbols: "stars" 15 symbols: STARS
16} 16}
17panels { 17panels {
18 name: "SHELL (3)" 18 name: "SHELL (3)"
19 path: "Panels/Room 4/panel_3" 19 path: "Panels/Room 4/panel_3"
20 clue: "shell" 20 clue: "shell"
21 answer: "egg" 21 answer: "egg"
22 symbols: "stars" 22 symbols: STARS
23} 23}
24panels { 24panels {
25 name: "SHELL (4)" 25 name: "SHELL (4)"
26 path: "Panels/Room 4/panel_4" 26 path: "Panels/Room 4/panel_4"
27 clue: "shell" 27 clue: "shell"
28 answer: "crab" 28 answer: "crab"
29 symbols: "stars" 29 symbols: STARS
30} 30}
31panels { 31panels {
32 name: "SHELL (5)" 32 name: "SHELL (5)"
33 path: "Panels/Room 4/panel_5" 33 path: "Panels/Room 4/panel_5"
34 clue: "shell" 34 clue: "shell"
35 answer: "turtle" 35 answer: "turtle"
36 symbols: "stars" 36 symbols: STARS
37} 37}
38panels { 38panels {
39 name: "SHELL (6)" 39 name: "SHELL (6)"
40 path: "Panels/Room 4/panel_6" 40 path: "Panels/Room 4/panel_6"
41 clue: "shell" 41 clue: "shell"
42 answer: "nut" 42 answer: "nut"
43 symbols: "stars" 43 symbols: STARS
44} 44}