name: "House" display_name: "House" panels { name: "GOAT" path: "Panels/Theos House/panel_1" clue: "goat" answer: "kid" symbols: AGE } panels { name: "AMAZE" path: "Panels/Theos House/panel_2" clue: "amaze" answer: "wow" symbols: SUN } panels { name: "SKINNYHIM" path: "Panels/Theos House/panel_3" clue: "skinnyhim" answer: "dad" symbols: SUN symbols: GENDER } panels { name: "THEO" path: "Panels/Theos House/panel_4" clue: "theo" answer: "theo" } /head>
about summary refs log tree commit diff stats
path: root/data/maps/the_sirenic/connections.txtpb
blob: 17a20ad199a2ef6f09f321d99b4e9f04a4526881 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
connections {
  from_room: "Start"
  to_room: "Puzzles"
  door { name: "Entrance" }
}
connections {
  from_room: "Puzzles"
  to_room: "Mastery"
  door { name: "Puzzles" }
}