summary refs log tree commit diff stats
path: root/data/maps/the_entry
diff options
context:
space:
mode:
Diffstat (limited to 'data/maps/the_entry')
-rw-r--r--data/maps/the_entry/connections.txtpb5
-rw-r--r--data/maps/the_entry/rooms/Lime Room.txtpb6
-rw-r--r--data/maps/the_entry/rooms/White Hallway To Daedalus.txtpb7
3 files changed, 12 insertions, 6 deletions
diff --git a/data/maps/the_entry/connections.txtpb b/data/maps/the_entry/connections.txtpb index bec0642..68aa344 100644 --- a/data/maps/the_entry/connections.txtpb +++ b/data/maps/the_entry/connections.txtpb
@@ -184,3 +184,8 @@ connections {
184 to_room: "Repetitive Entrance" 184 to_room: "Repetitive Entrance"
185 door { name: "Repetitive Entrance" } 185 door { name: "Repetitive Entrance" }
186} 186}
187connections {
188 from_room: "Lime Room"
189 to_room: "White Hallway To Daedalus"
190 door { name: "Control Center White Door" }
191}
diff --git a/data/maps/the_entry/rooms/Lime Room.txtpb b/data/maps/the_entry/rooms/Lime Room.txtpb index 1e38b62..6054dd7 100644 --- a/data/maps/the_entry/rooms/Lime Room.txtpb +++ b/data/maps/the_entry/rooms/Lime Room.txtpb
@@ -20,12 +20,6 @@ panels {
20 symbols: EXAMPLE 20 symbols: EXAMPLE
21} 21}
22ports { 22ports {
23 name: "DAEDALUS"
24 path: "Components/Warps/worldport11"
25 orientation: "west"
26 required_door { name: "Control Center White Door" }
27}
28ports {
29 name: "REVITALIZED" 23 name: "REVITALIZED"
30 path: "worldport7" 24 path: "worldport7"
31 orientation: "north" 25 orientation: "north"
diff --git a/data/maps/the_entry/rooms/White Hallway To Daedalus.txtpb b/data/maps/the_entry/rooms/White Hallway To Daedalus.txtpb new file mode 100644 index 0000000..bf1398d --- /dev/null +++ b/data/maps/the_entry/rooms/White Hallway To Daedalus.txtpb
@@ -0,0 +1,7 @@
1name: "White Hallway To Daedalus"
2display_name: "Colored Doors Area"
3ports {
4 name: "DAEDALUS"
5 path: "Components/Warps/worldport11"
6 orientation: "west"
7}