about summary refs log tree commit diff stats
path: root/data/maps/the_repetitive
diff options
context:
space:
mode:
authorStar Rauchenberger <fefferburbia@gmail.com>2025-09-07 15:42:00 -0400
committerStar Rauchenberger <fefferburbia@gmail.com>2025-09-07 15:42:00 -0400
commitd79984b099c3f762b95d3b4257bef113d3a8d6ee (patch)
treebcb647c4734b9ddecb465f818e06efc899482f4e /data/maps/the_repetitive
parent8ab6132f99e9a033c170310b2d88a7312e46a153 (diff)
downloadlingo2-archipelago-d79984b099c3f762b95d3b4257bef113d3a8d6ee.tar.gz
lingo2-archipelago-d79984b099c3f762b95d3b4257bef113d3a8d6ee.tar.bz2
lingo2-archipelago-d79984b099c3f762b95d3b4257bef113d3a8d6ee.zip
Added door groups
Diffstat (limited to 'data/maps/the_repetitive')
-rw-r--r--data/maps/the_repetitive/connections.txtpb2
-rw-r--r--data/maps/the_repetitive/doors.txtpb2
2 files changed, 2 insertions, 2 deletions
diff --git a/data/maps/the_repetitive/connections.txtpb b/data/maps/the_repetitive/connections.txtpb index 2b115a9..0afe72d 100644 --- a/data/maps/the_repetitive/connections.txtpb +++ b/data/maps/the_repetitive/connections.txtpb
@@ -6,7 +6,7 @@ connections {
6connections { 6connections {
7 from_room: "Main Room" 7 from_room: "Main Room"
8 to_room: "Plaza Connector" 8 to_room: "Plaza Connector"
9 door { name: "Plaza Entrance" } 9 door { name: "Black Hallway" }
10 oneway: true 10 oneway: true
11} 11}
12connections { 12connections {
diff --git a/data/maps/the_repetitive/doors.txtpb b/data/maps/the_repetitive/doors.txtpb index 9e63c1d..8171dc4 100644 --- a/data/maps/the_repetitive/doors.txtpb +++ b/data/maps/the_repetitive/doors.txtpb
@@ -6,7 +6,7 @@ doors {
6 location_room: "Main Room" 6 location_room: "Main Room"
7} 7}
8doors { 8doors {
9 name: "Plaza Entrance" 9 name: "Black Hallway"
10 type: STANDARD 10 type: STANDARD
11 receivers: "Components/Doors/Door12" 11 receivers: "Components/Doors/Door12"
12 panels { room: "Main Room" name: "I" } 12 panels { room: "Main Room" name: "I" }