about summary refs log tree commit diff stats
path: root/data/maps/the_literate/rooms/Puzzle Room.txtpb
diff options
context:
space:
mode:
Diffstat (limited to 'data/maps/the_literate/rooms/Puzzle Room.txtpb')
-rw-r--r--data/maps/the_literate/rooms/Puzzle Room.txtpb64
1 files changed, 64 insertions, 0 deletions
diff --git a/data/maps/the_literate/rooms/Puzzle Room.txtpb b/data/maps/the_literate/rooms/Puzzle Room.txtpb new file mode 100644 index 0000000..c65d408 --- /dev/null +++ b/data/maps/the_literate/rooms/Puzzle Room.txtpb
@@ -0,0 +1,64 @@
1name: "Puzzle Room"
2panels {
3 name: "WATER"
4 path: "Panels/entry_1"
5 clue: "water"
6 answer: "ice"
7 symbols: CROSS
8}
9panels {
10 name: "JUICE"
11 path: "Panels/entry_2"
12 clue: "juice"
13 answer: "popsicle"
14 symbols: CROSS
15}
16panels {
17 name: "MAGMA"
18 path: "Panels/entry_3"
19 clue: "magma"
20 answer: "rock"
21 symbols: CROSS
22}
23panels {
24 name: "CREATURE"
25 path: "Panels/entry_4"
26 clue: "creature"
27 answer: "corpse"
28 symbols: CROSS
29}
30panels {
31 name: "SAND"
32 path: "Panels/entry_5"
33 clue: "sand"
34 answer: "glass"
35 symbols: CROSS
36}
37panels {
38 name: "LIQUID"
39 path: "Panels/entry_6"
40 clue: "liquid"
41 answer: "gas"
42 symbols: CROSS
43}
44panels {
45 name: "STICK"
46 path: "Panels/entry_7"
47 clue: "stick"
48 answer: "torch"
49 symbols: CROSS
50}
51panels {
52 name: "BREAD"
53 path: "Panels/entry_8"
54 clue: "bread"
55 answer: "toast"
56 symbols: CROSS
57}
58ports {
59 name: "ENTRY"
60 display_name: "Entrance"
61 path: "Components/Warps/worldport"
62 destination { x: 0 y: 0 z: 7.5 }
63 rotation: 0
64}