blob: a3eab21e63dbab78b914bfb9b775f34c1dbe6447 (
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
46pre { line-height: 125%; }
td.linenos .normal { color: inherit; background-color: transparent; padding-left: 5px; padding-right: 5px; }
span.linenos { color: inherit; background-color: transparent; padding-left: 5px; padding-right: 5px; }
td.linenos .special { color: #000000; background-color: #ffffc0; padding-left: 5px; padding-right: 5px; }
span.linenos.special { color: #000000; background-color: #ffffc0; padding-left: 5px; padding-right: 5px; }
.highlight .hll { background-color: #ffffcc }
.highlight .c { color: #888888 } /* Comment */
.highlight .err { name: "Puzzle Room"
panels {
name: "WATER"
path: "Panels/entry_1"
clue: "water"
answer: "ice"
symbols: CROSS
}
panels {
name: "JUICE"
path: "Panels/entry_2"
clue: "juice"
answer: "popsicle"
symbols: CROSS
}
panels {
name: "MAGMA"
path: "Panels/entry_3"
clue: "magma"
answer: "rock"
symbols: CROSS
}
panels {
name: "CREATURE"
path: "Panels/entry_4"
clue: "creature"
answer: "corpse"
symbols: CROSS
}
panels {
name: "SAND"
path: "Panels/entry_5"
clue: "sand"
answer: "glass"
symbols: CROSS
}
panels {
name: "LIQUID"
path: "Panels/entry_6"
clue: "liquid"
answer: "gas"
symbols: CROSS
}
panels {
name: "STICK"
path: "Panels/entry_7"
clue: "stick"
answer: "torch"
symbols: CROSS
}
panels {
name: "BREAD"
path: "Panels/entry_8"
clue: "bread"
answer: "toast"
symbols: CROSS
}
ports {
name: "ENTRY"
path: "Components/Warps/worldport"
destination { x: 0 y: 0 z: 7.5 }
rotation: 0
}
|