summary refs log tree commit diff stats
path: root/data/maps/the_lionized/rooms/Puzzle 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_lionized/rooms/Puzzle 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_lionized/rooms/Puzzle Room.txtpb')
-rw-r--r--data/maps/the_lionized/rooms/Puzzle Room.txtpb16
1 files changed, 8 insertions, 8 deletions
diff --git a/data/maps/the_lionized/rooms/Puzzle Room.txtpb b/data/maps/the_lionized/rooms/Puzzle Room.txtpb index 7bc110b..5754c71 100644 --- a/data/maps/the_lionized/rooms/Puzzle Room.txtpb +++ b/data/maps/the_lionized/rooms/Puzzle Room.txtpb
@@ -5,56 +5,56 @@ panels {
5 path: "Panels/entry_1" 5 path: "Panels/entry_1"
6 clue: "child" 6 clue: "child"
7 answer: "adult" 7 answer: "adult"
8 symbols: "age" 8 symbols: AGE
9} 9}
10panels { 10panels {
11 name: "FIRE" 11 name: "FIRE"
12 path: "Panels/entry_2" 12 path: "Panels/entry_2"
13 clue: "fire" 13 clue: "fire"
14 answer: "ash" 14 answer: "ash"
15 symbols: "age" 15 symbols: AGE
16} 16}
17panels { 17panels {
18 name: "LIFE" 18 name: "LIFE"
19 path: "Panels/entry_3" 19 path: "Panels/entry_3"
20 clue: "life" 20 clue: "life"
21 answer: "death" 21 answer: "death"
22 symbols: "age" 22 symbols: AGE
23} 23}
24panels { 24panels {
25 name: "ROCK" 25 name: "ROCK"
26 path: "Panels/entry_4" 26 path: "Panels/entry_4"
27 clue: "rock" 27 clue: "rock"
28 answer: "sand" 28 answer: "sand"
29 symbols: "age" 29 symbols: AGE
30} 30}
31panels { 31panels {
32 name: "LION" 32 name: "LION"
33 path: "Panels/entry_5" 33 path: "Panels/entry_5"
34 clue: "lion" 34 clue: "lion"
35 answer: "cub" 35 answer: "cub"
36 symbols: "age" 36 symbols: AGE
37} 37}
38panels { 38panels {
39 name: "FROG" 39 name: "FROG"
40 path: "Panels/entry_6" 40 path: "Panels/entry_6"
41 clue: "frog" 41 clue: "frog"
42 answer: "tadpole" 42 answer: "tadpole"
43 symbols: "age" 43 symbols: AGE
44} 44}
45panels { 45panels {
46 name: "PIG" 46 name: "PIG"
47 path: "Panels/entry_7" 47 path: "Panels/entry_7"
48 clue: "pig" 48 clue: "pig"
49 answer: "piglet" 49 answer: "piglet"
50 symbols: "age" 50 symbols: AGE
51} 51}
52panels { 52panels {
53 name: "GOAT" 53 name: "GOAT"
54 path: "Panels/entry_8" 54 path: "Panels/entry_8"
55 clue: "goat" 55 clue: "goat"
56 answer: "kid" 56 answer: "kid"
57 symbols: "age" 57 symbols: AGE
58} 58}
59ports { 59ports {
60 name: "ENTRY" 60 name: "ENTRY"