summary refs log tree commit diff stats
path: root/data/maps/the_great/rooms/North Landscape.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/North Landscape.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_great/rooms/North Landscape.txtpb')
-rw-r--r--data/maps/the_great/rooms/North Landscape.txtpb14
1 files changed, 7 insertions, 7 deletions
diff --git a/data/maps/the_great/rooms/North Landscape.txtpb b/data/maps/the_great/rooms/North Landscape.txtpb index 9f2f1f9..959f351 100644 --- a/data/maps/the_great/rooms/North Landscape.txtpb +++ b/data/maps/the_great/rooms/North Landscape.txtpb
@@ -5,49 +5,49 @@ panels {
5 path: "Panels/General/platforms_1" 5 path: "Panels/General/platforms_1"
6 clue: "weather" 6 clue: "weather"
7 answer: "nature" 7 answer: "nature"
8 symbols: "boxes" 8 symbols: BOXES
9} 9}
10panels { 10panels {
11 name: "ANIMALS" 11 name: "ANIMALS"
12 path: "Panels/General/platforms_2" 12 path: "Panels/General/platforms_2"
13 clue: "animals" 13 clue: "animals"
14 answer: "nature" 14 answer: "nature"
15 symbols: "boxes" 15 symbols: BOXES
16} 16}
17panels { 17panels {
18 name: "PLANTS" 18 name: "PLANTS"
19 path: "Panels/General/platforms_3" 19 path: "Panels/General/platforms_3"
20 clue: "plants" 20 clue: "plants"
21 answer: "nature" 21 answer: "nature"
22 symbols: "boxes" 22 symbols: BOXES
23} 23}
24panels { 24panels {
25 name: "LAUGH" 25 name: "LAUGH"
26 path: "Panels/General/dyk_4" 26 path: "Panels/General/dyk_4"
27 clue: "laugh" 27 clue: "laugh"
28 answer: "half" 28 answer: "half"
29 symbols: "zero" 29 symbols: ZERO
30} 30}
31panels { 31panels {
32 name: "FINISHED" 32 name: "FINISHED"
33 path: "Panels/General/dyk_5" 33 path: "Panels/General/dyk_5"
34 clue: "finished" 34 clue: "finished"
35 answer: "done" 35 answer: "done"
36 symbols: "sun" 36 symbols: SUN
37} 37}
38panels { 38panels {
39 name: "LAUGH FINISHED" 39 name: "LAUGH FINISHED"
40 path: "Panels/General/dyk_6" 40 path: "Panels/General/dyk_6"
41 clue: "" 41 clue: ""
42 answer: "shed" 42 answer: "shed"
43 symbols: "lingo" 43 symbols: LINGO
44} 44}
45panels { 45panels {
46 name: "INSIDE" 46 name: "INSIDE"
47 path: "Panels/General/nature_1" 47 path: "Panels/General/nature_1"
48 clue: "inside" 48 clue: "inside"
49 answer: "outside" 49 answer: "outside"
50 symbols: "sun" 50 symbols: SUN
51} 51}
52keyholders { 52keyholders {
53 name: "X" 53 name: "X"