about summary refs log tree commit diff stats
path: root/client/Archipelago/settings_buttons.gd
Commit message (Expand)AuthorAgeFilesLines
* Client is starting to work!Star Rauchenberger2025-08-281-0/+24
/a> 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54
doors {
  name: "Front Door"
  type: STANDARD
  receivers: "Components/Doors/entry_1"
  panels { room: "Lobby" name: "RIGHT" }
  location_room: "Lobby"
}
doors {
  name: "Side Door"
  type: ITEM_ONLY
  receivers: "Components/Doors/entry_3"
  panels { room: "Lobby" name: "RIGHT" answer: "wrong" }
}
doors {
  name: "Big W"
  type: EVENT
  panels { room: "WM Room" name: "LEFT" }
  panels { room: "WM Room" name: "RIGHT" answer: "right" }
}
doors {
  name: "Big M"
  type: EVENT
  panels { room: "WM Room" name: "LEFT" }
  panels { room: "WM Room" name: "RIGHT" answer: "left" }
}
doors {
  name: "M2 Divider"
  type: EVENT
  panels { room: "Green Eye" name: "RETURN" }
  panels { room: "Green Eye" name: "LEFT" }
}
doors {
  name: "Green Eye Panels"
  type: LOCATION_ONLY
  panels { room: "Green Eye" name: "RETURN" }
  panels { room: "Green Eye" name: "TO" }
  panels { room: "Green Eye" name: "LEFT" }
  location_room: "Green Eye"
  location_name: "RETURN, TO, LEFT"
}
doors {
  name: "Control Center Green Door"
  type: CONTROL_CENTER_COLOR
  latch: true
  receivers: "Components/Doors/entry_2"
  control_center_color: "green"
}
doors {
  name: "Control Center Green Panel"
  type: LOCATION_ONLY
  panels { room: "Side Area" name: "COLOR" }
  location_room: "Side Area"
  location_name: "COLOR"
}