connections {
from_room: "First Room"
to_room: "First Room Exit"
door { name: "Second Room Entrance" }
}
connections {
from {
port {
room: "First Room Exit"
name: "NEXT"
}
}
to {
port {
room: "Second Room"
name: "ENTRY"
}
}
oneway: true
}
connections {
from_room: "Second Room"
to_room: "Second Room Exit"
door { name: "Third Room Entrance" }
}
connections {
from {
port {
room: "Second Room Exit"
name: "NEXT"
}
}
to {
port {
room: "Third Room"
name: "ENTRY"
}
}
oneway: true
}
connections {
from_room: "Third Room"
to_room: "S Room"
door { name: "S1 Door" }
}
connections {
from_room: "First Room"
to_room: "Cyan Hallway"
door { name: "Colorful Entrance" }
}
connections {
from_room: "Second Room"
to_room: "Congruent Entrance"
door { name: "Congruent Entrance" }
}
connections {
from_room: "First Room"
to_room: "Double Sided Entrance"
door { name: "Double Sided Entrance" }
}
lue='cc-colors'>cc-colors
blob: 9fd36d4020ab46ed0e38121ba78cb427fbaa647f (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
|
name: "Main Room"
display_name: "Repetitive"
panels {
name: "HOTS (2)"
path: "Panels/Entry/panel_3"
clue: "hots"
answer: "hotshots"
}
panels {
name: "HOTS (1)"
path: "Panels/Entry/panel_6"
clue: "hots"
answer: "hots"
}
panels {
name: "HEIGHT (2)"
path: "Panels/Entry/panel_4"
clue: "height"
answer: "eight"
symbols: SPARKLES
}
panels {
name: "HEIGHT (1)"
path: "Panels/Entry/panel_15"
clue: "height"
answer: "height"
}
panels {
name: "HEIGHT (3)"
path: "Panels/Entry/panel_5"
clue: "height"
answer: "high"
symbols: SPARKLES
}
panels {
name: "HEIGHT (4)"
path: "Panels/Entry/panel_9"
clue: "height"
answer: "hit"
symbols: SPARKLES
}
panels {
name: "HEIGHT (5)"
path: "Panels/Entry/panel_10"
clue: "height"
answer: "hi"
symbols: SPARKLES
}
panels {
name: "HEIGHT (6)"
path: "Panels/Entry/panel_11"
clue: "height"
answer: "i"
symbols: SPARKLES
}
panels {
name: "QUESTION"
path: "Panels/Entry/panel"
clue: "question"
answer: "which"
symbols: EXAMPLE
}
panels {
name: "INTUITION"
path: "Panels/Entry/panel2"
clue: "intuition"
answer: "hunch"
symbols: SUN
}
panels {
name: "HI"
path: "Panels/Entry/panel5"
clue: "hi"
answer: "high"
symbols: ZERO
}
panels {
name: "I"
path: "Panels/Entry/panel6"
clue: "i"
answer: "eye"
symbols: ZERO
}
panels {
name: "?"
path: "Panels/Entry/panel_16"
clue: ""
answer: "wish"
symbols: QUESTION
}
panels {
name: "HAND"
path: "Panels/Entry/panel_17"
clue: "hand"
answer: "harm"
symbols: BOXES
symbols: EVAL
}
panels {
name: "? HAND"
path: "Panels/Entry/panel_18"
clue: ""
answer: "warm"
symbols: LINGO
symbols: EVAL
}
panels {
name: "RICHES"
path: "Panels/Entry/panel_19"
clue: "riches"
answer: "wealth"
symbols: SUN
}
panels {
name: "? RICHES"
path: "Panels/Entry/panel_20"
clue: ""
answer: "health"
symbols: LINGO
symbols: EVAL
}
panels {
name: "MISHMASH"
path: "Panels/Entry/panel_21"
clue: "mishmash"
answer: "hash"
symbols: EVAL
}
letters {
key: "h"
level2: true
path: "Components/Collectables/collectable"
}
paintings {
name: "EYERED2"
path: "Meshes/eyeRed2"
orientation: "east"
exit_only: true
}
ports {
name: "CC"
path: "Components/Warps/worldport3"
orientation: "east"
}
|