name: "Main Area" panels { name: "STRIKE" path: "Panels/O/entry_1" clue: "strike" answer: "hit" symbols: SUN } panels { name: "METAL" path: "Panels/O/entry_2" clue: "metal" answer: "tin" symbols: EXAMPLE } panels { name: "HINT" path: "Panels/O/entry_3" clue: "hint" answer: "hit" symbols: SPARKLES } panels { name: "THIN" path: "Panels/O/entry_4" clue: "thin" answer: "tin" symbols: SPARKLES } panels { name: "NARROW" path: "Panels/R/entry_5" clue: "narrow" answer: "thin" symbols: SUN } panels { name: "CLUE" path: "Panels/R/entry_6" clue: "clue" answer: "hint" symbols: SUN } panels { name: "IMPLY" path: "Panels/R/entry_7" clue: "imply" answer: "hint" symbols: SUN } panels { name: "THICK" path: "Panels/R/entry_8" clue: "thick" answer: "thin" symbols: SUN } panels { name: "MUSE" path: "Panels/B/entry_9" clue: "muse" answer: "think" symbols: SUN } panels { name: "ACT" path: "Panels/B/entry_10" clue: "act" answer: "think" symbols: SUN } panels { name: "SOUTH" path: "Panels/B/entry_11" clue: "south" answer: "north" symbols: SUN } panels { name: "EAST" path: "Panels/B/entry_12" clue: "east" answer: "north" symbols: EXAMPLE } ports { name: "GREAT" display_name: "Main Entrance" path: "Components/Warps/worldport" destination { x: 38 y: 0 z: 39 } rotation: 90 } > summary refs log tree commit diff stats
path: root/data/maps/four_rooms/connections.txtpb
blob: 7a115a480befaa2f7be6a1d4f69ff689268a186d (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
connections {
  from_room: "Hallway"
  to_room: "Intensify Room"
  door { name: "Intensify Door" }
}
connections {
  from_room: "Hallway"
  to_room: "Examples Room"
  door { name: "Examples Door" }
}
connections {
  from_room: "Hallway"
  to_room: "Synonyms Room"
  door { name: "Synonyms Door" }
}
connections {
  from_room: "Hallway"
  to_room: "Time Room"
  door { name: "Time Door" }
}
connections {
  from_room: "Hallway"
  to_room: "A2 Room"
  door { name: "A2 Door" }
}
connections {
  from_room: "Hallway"
  to_room: "Keyholder Room"
  door { name: "Keyholder Door" }
}