diff options
-rw-r--r-- | data/connections.txtpb | 2 | ||||
-rw-r--r-- | data/maps/the_darkroom/connections.txtpb | 5 | ||||
-rw-r--r-- | data/maps/the_darkroom/rooms/Cyan Hallway.txtpb | 7 | ||||
-rw-r--r-- | data/maps/the_darkroom/rooms/First Room.txtpb | 6 |
4 files changed, 13 insertions, 7 deletions
diff --git a/data/connections.txtpb b/data/connections.txtpb index d718c96..93e7faa 100644 --- a/data/connections.txtpb +++ b/data/connections.txtpb | |||
@@ -141,7 +141,7 @@ connections { | |||
141 | to { | 141 | to { |
142 | port { | 142 | port { |
143 | map: "the_darkroom" | 143 | map: "the_darkroom" |
144 | room: "First Room" | 144 | room: "Cyan Hallway" |
145 | name: "COLORFUL" | 145 | name: "COLORFUL" |
146 | } | 146 | } |
147 | } | 147 | } |
diff --git a/data/maps/the_darkroom/connections.txtpb b/data/maps/the_darkroom/connections.txtpb index 4093585..87e9b0e 100644 --- a/data/maps/the_darkroom/connections.txtpb +++ b/data/maps/the_darkroom/connections.txtpb | |||
@@ -33,3 +33,8 @@ connections { | |||
33 | to_room: "S Room" | 33 | to_room: "S Room" |
34 | door { name: "S1 Door" } | 34 | door { name: "S1 Door" } |
35 | } | 35 | } |
36 | connections { | ||
37 | from_room: "First Room" | ||
38 | to_room: "Cyan Hallway" | ||
39 | door { name: "Colorful Entrance" } | ||
40 | } | ||
diff --git a/data/maps/the_darkroom/rooms/Cyan Hallway.txtpb b/data/maps/the_darkroom/rooms/Cyan Hallway.txtpb new file mode 100644 index 0000000..308efb1 --- /dev/null +++ b/data/maps/the_darkroom/rooms/Cyan Hallway.txtpb | |||
@@ -0,0 +1,7 @@ | |||
1 | name: "Cyan Hallway" | ||
2 | panel_display_name: "First Room" | ||
3 | ports { | ||
4 | name: "COLORFUL" | ||
5 | path: "Components/Warps/worldport8" | ||
6 | orientation: "north" | ||
7 | } | ||
diff --git a/data/maps/the_darkroom/rooms/First Room.txtpb b/data/maps/the_darkroom/rooms/First Room.txtpb index c93f5b4..4e656bf 100644 --- a/data/maps/the_darkroom/rooms/First Room.txtpb +++ b/data/maps/the_darkroom/rooms/First Room.txtpb | |||
@@ -43,12 +43,6 @@ ports { | |||
43 | required_door { name: "Second Room Entrance" } | 43 | required_door { name: "Second Room Entrance" } |
44 | } | 44 | } |
45 | ports { | 45 | ports { |
46 | name: "COLORFUL" | ||
47 | path: "Components/Warps/worldport8" | ||
48 | orientation: "north" | ||
49 | required_door { name: "Colorful Entrance" } | ||
50 | } | ||
51 | ports { | ||
52 | name: "DOUBLESIDED" | 46 | name: "DOUBLESIDED" |
53 | path: "Components/Warps/worldport6" | 47 | path: "Components/Warps/worldport6" |
54 | orientation: "east" | 48 | orientation: "east" |