doors { name: "Front Door" type: EVENT panels { room: "Entry" name: "WONDER" } } doors { name: "Shrink Door" type: STANDARD receivers: "Components/Doors/wonderlandDoor2/animationListener2" panels { room: "Regular" name: "SHRINK" } location_room: "Regular" } doors { name: "Big Door" type: EVENT panels { room: "Huge" name: "SHRINK" } panels { room: "Huge" name: "IRE" } panels { room: "Huge" name: "BRIE" } panels { room: "Huge" name: "WICK" } panels { room: "Huge" name: "BARK" } panels { room: "Huge" name: "HARE" } panels { room: "Huge" name: "CHIME" } panels { room: "Huge" name: "LIBRARY" } } a> index : lingo2-archipelago
Randomizer for LINGO 2 using Archipelago Multiworld
about summary refs log tree commit diff stats
path: root/data/maps/control_center/rooms/Entry.txtpb
blob: 09c21aa0fc8d94ddca20622017f9a45953c279ed (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
name: "Entry"
panels {
  name: "HELLO"
  path: "Panels/Doors/entry_1"
  clue: "hello"
  answer: "hi"
  symbols: SUN
}
ports {
  name: "GREAT"
  display_name: "Main Entrance"
  path: "Components/Warps/worldport"
  destination { x: 0 y: 0 z: -1.5 }
  rotation: 0
}