about summary refs log tree commit diff stats
path: root/data/maps/the_symbolic/rooms/Tutorial.txtpb
Commit message (Expand)AuthorAgeFilesLines
* Added the_symbolicStar Rauchenberger2025-08-251-0/+62
f='#n24'>24 25 26 27 28 29 30 31 32 33 34 35
connections {
  from_room: "Control Center Entrance"
  to_room: "Main Area"
  door { name: "Control Center Entrance" }
}
connections {
  from_room: "Main Area"
  to_room: "Control Center Entrance"
  door { name: "K Entered" }
}
connections {
  from_room: "Paintings Room"
  to_room: "Main Area"
  door { name: "Paintings Door" }
}
connections {
  from_room: "Wisdom Room"
  to_room: "Main Area"
  door { name: "Wisdom Door" }
}
connections {
  from_room: "Tower Room"
  to_room: "Main Area"
  door { name: "Tower Door" }
}
connections {
  from_room: "Color Room"
  to_room: "Main Area"
  door { name: "Color Door" }
}
connections {
  from_room: "Main Area"
  to_room: "Mastery"
  door { name: "Mastery" }
}