about summary refs log tree commit diff stats
path: root/data/maps/the_great/doors.txtpb
<
connections {
  from_room: "Main Area"
  to_room: "Side Area"
  door { name: "Side Door" }
}
connections {
  from_room: "Main Area"
  to_room: "J Room"
  door { name: "J Door" }
}
Commit message (Collapse)AuthorAgeFilesLines
* [Data] Fixed Control Center Red Door receiverStar Rauchenberger2025-09-121
, and is used to group panels into areas. Panels themselves can set display names, which differentiates their locations from other panels in the same area. Many maps were updated for this, but note that the_symbolic and the_unyielding have validator failures because of duplicate panel names. This won't matter until panelsanity is implemented. * [Data] Replace move_paintings with receiversStar Rauchenberger2025-08-281-1/+2 | | | | Also fixed castle stairs. * Assigned IDs for the_hive, the_impressive, and the_invisibleStar Rauchenberger2025-08-141-2/+2 | * Added the_greatStar Rauchenberger2025-08-141-0/+494