name: "Puzzle Room" panels { name: "LIONESS" path: "Panels/entry_1" clue: "lioness" answer: "lion" symbols: GENDER } panels { name: "QUEEN" path: "Panels/entry_2" clue: "queen" answer: "king" symbols: GENDER } panels { name: "SOPRANO" path: "Panels/entry_3" clue: "soprano" answer: "tenor" symbols: GENDER } panels { name: "AUNT" path: "Panels/entry_4" clue: "aunt" answer: "uncle" symbols: GENDER } panels { name: "SON" path: "Panels/entry_5" clue: "son" answer: "daughter" symbols: GENDER } panels { name: "BASS" path: "Panels/entry_6" clue: "bass" answer: "alto" symbols: GENDER } panels { name: "FATHER" path: "Panels/entry_7" clue: "father" answer: "mother" symbols: GENDER } panels { name: "ROOSTER" path: "Panels/entry_8" clue: "rooster" answer: "hen" symbols: GENDER } ports { name: "BETWEEN" path: "Components/Warps/worldport" } c938293e8a2122d97cf58cdd433cf90096e56'>this commit Randomizer for LINGO 2 using Archipelago Multiworld
about summary refs log tree commit diff stats
path: root/data/maps/the_entry/rooms/Digital Entrance.txtpb
blob: b7689bd3ee7c5ca04b3b36136000cc0b87539747 (plain) (blame)
1
2
3
4
5
6
7
8
9
name: "Digital Entrance"
panel_display_name: "Starting Room"
ports {
  name: "DIGITAL"
  display_name: "Second Room Left Worldport"
  path: "Components/Warps/worldport"
  destination { x: -78 y: 0 z: -24 }
  rotation: 270
}