diff options
Diffstat (limited to 'data/maps/the_darkroom/rooms')
8 files changed, 28 insertions, 18 deletions
diff --git a/data/maps/the_darkroom/rooms/Congruent Entrance.txtpb b/data/maps/the_darkroom/rooms/Congruent Entrance.txtpb index 7ea1286..c8f5dd7 100644 --- a/data/maps/the_darkroom/rooms/Congruent Entrance.txtpb +++ b/data/maps/the_darkroom/rooms/Congruent Entrance.txtpb | |||
@@ -3,5 +3,6 @@ panel_display_name: "Second Room" | |||
3 | ports { | 3 | ports { |
4 | name: "CONGRUENT" | 4 | name: "CONGRUENT" |
5 | path: "Components/Warps/worldport7" | 5 | path: "Components/Warps/worldport7" |
6 | orientation: "east" | 6 | destination { x: 51.5 y: 0 z: 29 } |
7 | rotation: 90 | ||
7 | } | 8 | } |
diff --git a/data/maps/the_darkroom/rooms/Cyan Hallway.txtpb b/data/maps/the_darkroom/rooms/Cyan Hallway.txtpb index 308efb1..eba02f5 100644 --- a/data/maps/the_darkroom/rooms/Cyan Hallway.txtpb +++ b/data/maps/the_darkroom/rooms/Cyan Hallway.txtpb | |||
@@ -3,5 +3,6 @@ panel_display_name: "First Room" | |||
3 | ports { | 3 | ports { |
4 | name: "COLORFUL" | 4 | name: "COLORFUL" |
5 | path: "Components/Warps/worldport8" | 5 | path: "Components/Warps/worldport8" |
6 | orientation: "north" | 6 | destination { x: 20 y: 0 z: -12 } |
7 | rotation: 180 | ||
7 | } | 8 | } |
diff --git a/data/maps/the_darkroom/rooms/Double Sided Entrance.txtpb b/data/maps/the_darkroom/rooms/Double Sided Entrance.txtpb index 9d25108..7b258cf 100644 --- a/data/maps/the_darkroom/rooms/Double Sided Entrance.txtpb +++ b/data/maps/the_darkroom/rooms/Double Sided Entrance.txtpb | |||
@@ -3,5 +3,6 @@ panel_display_name: "First Room" | |||
3 | ports { | 3 | ports { |
4 | name: "DOUBLESIDED" | 4 | name: "DOUBLESIDED" |
5 | path: "Components/Warps/worldport6" | 5 | path: "Components/Warps/worldport6" |
6 | orientation: "east" | 6 | destination { x: 15 y: 0 z: 23 } |
7 | rotation: 90 | ||
7 | } | 8 | } |
diff --git a/data/maps/the_darkroom/rooms/First Room Exit.txtpb b/data/maps/the_darkroom/rooms/First Room Exit.txtpb new file mode 100644 index 0000000..852d562 --- /dev/null +++ b/data/maps/the_darkroom/rooms/First Room Exit.txtpb | |||
@@ -0,0 +1,8 @@ | |||
1 | name: "First Room Exit" | ||
2 | panel_display_name: "First Room" | ||
3 | ports { | ||
4 | name: "NEXT" | ||
5 | path: "Components/Warps/worldport2" | ||
6 | destination { x: 0 y: 0 z: -15 } | ||
7 | rotation: 180 | ||
8 | } | ||
diff --git a/data/maps/the_darkroom/rooms/First Room.txtpb b/data/maps/the_darkroom/rooms/First Room.txtpb index c635757..5e8167c 100644 --- a/data/maps/the_darkroom/rooms/First Room.txtpb +++ b/data/maps/the_darkroom/rooms/First Room.txtpb | |||
@@ -34,11 +34,6 @@ panels { | |||
34 | ports { | 34 | ports { |
35 | name: "ENTRY" | 35 | name: "ENTRY" |
36 | path: "Components/Warps/worldport" | 36 | path: "Components/Warps/worldport" |
37 | orientation: "south" | 37 | destination { x: -10 y: 0 z: 10 } |
38 | } | 38 | rotation: 0 |
39 | ports { | ||
40 | name: "NEXT" | ||
41 | path: "Components/Warps/worldport2" | ||
42 | orientation: "north" | ||
43 | required_door { name: "Second Room Entrance" } | ||
44 | } | 39 | } |
diff --git a/data/maps/the_darkroom/rooms/Second Room Exit.txtpb b/data/maps/the_darkroom/rooms/Second Room Exit.txtpb new file mode 100644 index 0000000..9f197ae --- /dev/null +++ b/data/maps/the_darkroom/rooms/Second Room Exit.txtpb | |||
@@ -0,0 +1,8 @@ | |||
1 | name: "Second Room Exit" | ||
2 | panel_display_name: "Second Room" | ||
3 | ports { | ||
4 | name: "NEXT" | ||
5 | path: "Components/Warps/worldport4" | ||
6 | destination { x: 48 y: 0 z: -15 } | ||
7 | rotation: 180 | ||
8 | } | ||
diff --git a/data/maps/the_darkroom/rooms/Second Room.txtpb b/data/maps/the_darkroom/rooms/Second Room.txtpb index a3964ea..fed0669 100644 --- a/data/maps/the_darkroom/rooms/Second Room.txtpb +++ b/data/maps/the_darkroom/rooms/Second Room.txtpb | |||
@@ -39,11 +39,6 @@ panels { | |||
39 | ports { | 39 | ports { |
40 | name: "ENTRY" | 40 | name: "ENTRY" |
41 | path: "Components/Warps/worldport3" | 41 | path: "Components/Warps/worldport3" |
42 | orientation: "south" | 42 | destination { x: 38 y: 0 z: 10 } |
43 | } | 43 | rotation: 0 |
44 | ports { | ||
45 | name: "NEXT" | ||
46 | path: "Components/Warps/worldport4" | ||
47 | orientation: "north" | ||
48 | required_door { name: "Third Room Entrance" } | ||
49 | } | 44 | } |
diff --git a/data/maps/the_darkroom/rooms/Third Room.txtpb b/data/maps/the_darkroom/rooms/Third Room.txtpb index fc80fa7..5e5fc62 100644 --- a/data/maps/the_darkroom/rooms/Third Room.txtpb +++ b/data/maps/the_darkroom/rooms/Third Room.txtpb | |||
@@ -66,5 +66,6 @@ panels { | |||
66 | ports { | 66 | ports { |
67 | name: "ENTRY" | 67 | name: "ENTRY" |
68 | path: "Components/Warps/worldport5" | 68 | path: "Components/Warps/worldport5" |
69 | orientation: "south" | 69 | destination { x: 97 y: 0 z: 10 } |
70 | rotation: 0 | ||
70 | } | 71 | } |