diff options
Diffstat (limited to 'data/maps/the_darkroom')
-rw-r--r-- | data/maps/the_darkroom/connections.txtpb | 10 | ||||
-rw-r--r-- | data/maps/the_darkroom/rooms/Congruent Entrance.txtpb | 7 | ||||
-rw-r--r-- | data/maps/the_darkroom/rooms/Double Sided Entrance.txtpb | 7 | ||||
-rw-r--r-- | data/maps/the_darkroom/rooms/First Room.txtpb | 6 | ||||
-rw-r--r-- | data/maps/the_darkroom/rooms/Second Room.txtpb | 6 |
5 files changed, 24 insertions, 12 deletions
diff --git a/data/maps/the_darkroom/connections.txtpb b/data/maps/the_darkroom/connections.txtpb index 87e9b0e..1b7ad05 100644 --- a/data/maps/the_darkroom/connections.txtpb +++ b/data/maps/the_darkroom/connections.txtpb | |||
@@ -38,3 +38,13 @@ connections { | |||
38 | to_room: "Cyan Hallway" | 38 | to_room: "Cyan Hallway" |
39 | door { name: "Colorful Entrance" } | 39 | door { name: "Colorful Entrance" } |
40 | } | 40 | } |
41 | connections { | ||
42 | from_room: "Second Room" | ||
43 | to_room: "Congruent Entrance" | ||
44 | door { name: "Congruent Entrance" } | ||
45 | } | ||
46 | connections { | ||
47 | from_room: "First Room" | ||
48 | to_room: "Double Sided Entrance" | ||
49 | door { name: "Double Sided Entrance" } | ||
50 | } | ||
diff --git a/data/maps/the_darkroom/rooms/Congruent Entrance.txtpb b/data/maps/the_darkroom/rooms/Congruent Entrance.txtpb new file mode 100644 index 0000000..7ea1286 --- /dev/null +++ b/data/maps/the_darkroom/rooms/Congruent Entrance.txtpb | |||
@@ -0,0 +1,7 @@ | |||
1 | name: "Congruent Entrance" | ||
2 | panel_display_name: "Second Room" | ||
3 | ports { | ||
4 | name: "CONGRUENT" | ||
5 | path: "Components/Warps/worldport7" | ||
6 | orientation: "east" | ||
7 | } | ||
diff --git a/data/maps/the_darkroom/rooms/Double Sided Entrance.txtpb b/data/maps/the_darkroom/rooms/Double Sided Entrance.txtpb new file mode 100644 index 0000000..9d25108 --- /dev/null +++ b/data/maps/the_darkroom/rooms/Double Sided Entrance.txtpb | |||
@@ -0,0 +1,7 @@ | |||
1 | name: "Double Sided Entrance" | ||
2 | panel_display_name: "First Room" | ||
3 | ports { | ||
4 | name: "DOUBLESIDED" | ||
5 | path: "Components/Warps/worldport6" | ||
6 | orientation: "east" | ||
7 | } | ||
diff --git a/data/maps/the_darkroom/rooms/First Room.txtpb b/data/maps/the_darkroom/rooms/First Room.txtpb index 4e656bf..c635757 100644 --- a/data/maps/the_darkroom/rooms/First Room.txtpb +++ b/data/maps/the_darkroom/rooms/First Room.txtpb | |||
@@ -42,9 +42,3 @@ ports { | |||
42 | orientation: "north" | 42 | orientation: "north" |
43 | required_door { name: "Second Room Entrance" } | 43 | required_door { name: "Second Room Entrance" } |
44 | } | 44 | } |
45 | ports { | ||
46 | name: "DOUBLESIDED" | ||
47 | path: "Components/Warps/worldport6" | ||
48 | orientation: "east" | ||
49 | required_door { name: "Double Sided Entrance" } | ||
50 | } | ||
diff --git a/data/maps/the_darkroom/rooms/Second Room.txtpb b/data/maps/the_darkroom/rooms/Second Room.txtpb index baeea12..a3964ea 100644 --- a/data/maps/the_darkroom/rooms/Second Room.txtpb +++ b/data/maps/the_darkroom/rooms/Second Room.txtpb | |||
@@ -47,9 +47,3 @@ ports { | |||
47 | orientation: "north" | 47 | orientation: "north" |
48 | required_door { name: "Third Room Entrance" } | 48 | required_door { name: "Third Room Entrance" } |
49 | } | 49 | } |
50 | ports { | ||
51 | name: "CONGRUENT" | ||
52 | path: "Components/Warps/worldport7" | ||
53 | orientation: "east" | ||
54 | required_door { name: "Congruent Entrance" } | ||
55 | } | ||