summary refs log tree commit diff stats
path: root/data/maps/the_digital/rooms
diff options
context:
space:
mode:
Diffstat (limited to 'data/maps/the_digital/rooms')
-rw-r--r--data/maps/the_digital/rooms/Chamber.txtpb12
-rw-r--r--data/maps/the_digital/rooms/Main Area.txtpb10
-rw-r--r--data/maps/the_digital/rooms/Tree Area.txtpb2
-rw-r--r--data/maps/the_digital/rooms/Unyielding Entrance.txtpb6
4 files changed, 15 insertions, 15 deletions
diff --git a/data/maps/the_digital/rooms/Chamber.txtpb b/data/maps/the_digital/rooms/Chamber.txtpb index 6665dbb..19d4b27 100644 --- a/data/maps/the_digital/rooms/Chamber.txtpb +++ b/data/maps/the_digital/rooms/Chamber.txtpb
@@ -23,40 +23,40 @@ panels {
23 path: "Panels/c4" 23 path: "Panels/c4"
24 clue: "eye" 24 clue: "eye"
25 answer: "i" 25 answer: "i"
26 symbols: "zero" 26 symbols: ZERO
27} 27}
28panels { 28panels {
29 name: "HIGH" 29 name: "HIGH"
30 path: "Panels/c5" 30 path: "Panels/c5"
31 clue: "high" 31 clue: "high"
32 answer: "hi" 32 answer: "hi"
33 symbols: "zero" 33 symbols: ZERO
34} 34}
35panels { 35panels {
36 name: "INN" 36 name: "INN"
37 path: "Panels/c6" 37 path: "Panels/c6"
38 clue: "inn" 38 clue: "inn"
39 answer: "in" 39 answer: "in"
40 symbols: "zero" 40 symbols: ZERO
41} 41}
42panels { 42panels {
43 name: "YOU" 43 name: "YOU"
44 path: "Panels/c7" 44 path: "Panels/c7"
45 clue: "you" 45 clue: "you"
46 answer: "i" 46 answer: "i"
47 symbols: "sun" 47 symbols: SUN
48} 48}
49panels { 49panels {
50 name: "BYE" 50 name: "BYE"
51 path: "Panels/c8" 51 path: "Panels/c8"
52 clue: "bye" 52 clue: "bye"
53 answer: "hi" 53 answer: "hi"
54 symbols: "sun" 54 symbols: SUN
55} 55}
56panels { 56panels {
57 name: "OUT" 57 name: "OUT"
58 path: "Panels/c9" 58 path: "Panels/c9"
59 clue: "out" 59 clue: "out"
60 answer: "in" 60 answer: "in"
61 symbols: "sun" 61 symbols: SUN
62} 62}
diff --git a/data/maps/the_digital/rooms/Main Area.txtpb b/data/maps/the_digital/rooms/Main Area.txtpb index ea2ba59..ee5c208 100644 --- a/data/maps/the_digital/rooms/Main Area.txtpb +++ b/data/maps/the_digital/rooms/Main Area.txtpb
@@ -17,14 +17,14 @@ panels {
17 path: "Panels/open_maze" 17 path: "Panels/open_maze"
18 clue: "painting" 18 clue: "painting"
19 answer: "art" 19 answer: "art"
20 symbols: "example" 20 symbols: EXAMPLE
21} 21}
22panels { 22panels {
23 name: "COLOR" 23 name: "COLOR"
24 path: "Panels/open_maze2" 24 path: "Panels/open_maze2"
25 clue: "color" 25 clue: "color"
26 answer: "blue" 26 answer: "blue"
27 symbols: "example" 27 symbols: EXAMPLE
28} 28}
29ports { 29ports {
30 name: "ENTRY1" 30 name: "ENTRY1"
@@ -41,9 +41,3 @@ ports {
41 path: "Components/Worldports/worldport2" 41 path: "Components/Worldports/worldport2"
42 orientation: "south" 42 orientation: "south"
43} 43}
44ports {
45 name: "UNYIELDING"
46 path: "Components/Warps/worldport5"
47 orientation: "east"
48 required_door { name: "Control Center Blue Door" }
49}
diff --git a/data/maps/the_digital/rooms/Tree Area.txtpb b/data/maps/the_digital/rooms/Tree Area.txtpb index 00683a9..fb90353 100644 --- a/data/maps/the_digital/rooms/Tree Area.txtpb +++ b/data/maps/the_digital/rooms/Tree Area.txtpb
@@ -5,7 +5,7 @@ panels {
5 path: "Panels/open_tree" 5 path: "Panels/open_tree"
6 clue: "tree" 6 clue: "tree"
7 answer: "trunk" 7 answer: "trunk"
8 symbols: "boxes" 8 symbols: BOXES
9} 9}
10ports { 10ports {
11 name: "TREE" 11 name: "TREE"
diff --git a/data/maps/the_digital/rooms/Unyielding Entrance.txtpb b/data/maps/the_digital/rooms/Unyielding Entrance.txtpb new file mode 100644 index 0000000..0370928 --- /dev/null +++ b/data/maps/the_digital/rooms/Unyielding Entrance.txtpb
@@ -0,0 +1,6 @@
1name: "Unyielding Entrance"
2ports {
3 name: "UNYIELDING"
4 path: "Components/Warps/worldport5"
5 orientation: "east"
6}