name: "Main Area" panels { name: "HIT" path: "Panels/open_c" clue: "hit" answer: "hit" } panels { name: "TIN" path: "Panels/open_u" clue: "tin" answer: "tin" } panels { name: "PAINTING" path: "Panels/open_maze" clue: "painting" answer: "art" symbols: EXAMPLE } panels { name: "COLOR" path: "Panels/open_maze2" clue: "color" answer: "blue" symbols: EXAMPLE } ports { name: "ENTRY1" path: "Components/Worldports/worldport3" destination { x: -33 y: 0 z: 28 } rotation: 270 } ports { name: "ENTRY2" path: "Components/Worldports/worldport" destination { x: -30 y: 0 z: 51 } rotation: 0 } ports { name: "ENTRY3" path: "Components/Worldports/worldport2" destination { x: 0 y: 0 z: 51 } rotation: 0 } 'hidden' name='id' value='cf0e12627cf22d0c5755f2cfb841c6a33aaf5016'/> Randomizer for LINGO 2 using Archipelago Multiworld
about summary refs log tree commit diff stats
path: root/data/maps/the_tower/connections.txtpb
blob: 35fab8eb039938b4852aaf5afa2c5a321b636ea3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
connections {
  from_room: "First Floor"
  to_room: "Tower"
  door { name: "First Floor Door" }
}
connections {
  from_room: "Tower"
  to_room: "Ending"
  door { name: "Ending" }
}