about summary refs log tree commit diff stats
path: root/data/maps/the_invisible
diff options
context:
space:
mode:
Diffstat (limited to 'data/maps/the_invisible')
-rw-r--r--data/maps/the_invisible/rooms/Entrance.txtpb3
-rw-r--r--data/maps/the_invisible/rooms/Maze.txtpb4
2 files changed, 5 insertions, 2 deletions
diff --git a/data/maps/the_invisible/rooms/Entrance.txtpb b/data/maps/the_invisible/rooms/Entrance.txtpb index bfc7223..d898b9f 100644 --- a/data/maps/the_invisible/rooms/Entrance.txtpb +++ b/data/maps/the_invisible/rooms/Entrance.txtpb
@@ -9,5 +9,6 @@ panels {
9ports { 9ports {
10 name: "ENTRY" 10 name: "ENTRY"
11 path: "Components/Warps/worldport2" 11 path: "Components/Warps/worldport2"
12 orientation: "north" 12 destination { x: 0 y: 0 z: -57 }
13 rotation: 180
13} 14}
diff --git a/data/maps/the_invisible/rooms/Maze.txtpb b/data/maps/the_invisible/rooms/Maze.txtpb index 895817a..fd80bcb 100644 --- a/data/maps/the_invisible/rooms/Maze.txtpb +++ b/data/maps/the_invisible/rooms/Maze.txtpb
@@ -6,5 +6,7 @@ masteries {
6ports { 6ports {
7 name: "ENTRY" 7 name: "ENTRY"
8 path: "Components/Warps/worldport" 8 path: "Components/Warps/worldport"
9 orientation: "south" 9 # Should this be shuffleable? It skips the maze lol.
10 destination { x: 0 y: 0 z: 9.5 }
11 rotation: 0
10} 12}