diff options
Diffstat (limited to 'data/maps/the_invisible')
-rw-r--r-- | data/maps/the_invisible/rooms/Entrance.txtpb | 5 | ||||
-rw-r--r-- | data/maps/the_invisible/rooms/Maze.txtpb | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/data/maps/the_invisible/rooms/Entrance.txtpb b/data/maps/the_invisible/rooms/Entrance.txtpb index 7fafcb5..c74b968 100644 --- a/data/maps/the_invisible/rooms/Entrance.txtpb +++ b/data/maps/the_invisible/rooms/Entrance.txtpb | |||
@@ -1,5 +1,4 @@ | |||
1 | name: "Entrance" | 1 | name: "Entrance" |
2 | display_name: "Invisible" | ||
3 | panels { | 2 | panels { |
4 | name: "VISIBLE" | 3 | name: "VISIBLE" |
5 | path: "Panels/Room_1/panel_1" | 4 | path: "Panels/Room_1/panel_1" |
@@ -9,6 +8,8 @@ panels { | |||
9 | } | 8 | } |
10 | ports { | 9 | ports { |
11 | name: "ENTRY" | 10 | name: "ENTRY" |
11 | display_name: "Entrance" | ||
12 | path: "Components/Warps/worldport2" | 12 | path: "Components/Warps/worldport2" |
13 | orientation: "north" | 13 | destination { x: 0 y: 0 z: -57 } |
14 | rotation: 180 | ||
14 | } | 15 | } |
diff --git a/data/maps/the_invisible/rooms/Maze.txtpb b/data/maps/the_invisible/rooms/Maze.txtpb index 4461f08..46f3fbc 100644 --- a/data/maps/the_invisible/rooms/Maze.txtpb +++ b/data/maps/the_invisible/rooms/Maze.txtpb | |||
@@ -1,11 +1,13 @@ | |||
1 | name: "Maze" | 1 | name: "Maze" |
2 | display_name: "Invisible" | ||
3 | masteries { | 2 | masteries { |
4 | name: "MASTERY" | 3 | name: "MASTERY" |
5 | path: "Components/Collectables/smiley" | 4 | path: "Components/Collectables/smiley" |
6 | } | 5 | } |
7 | ports { | 6 | ports { |
8 | name: "ENTRY" | 7 | name: "ENTRY" |
8 | display_name: "Exit" | ||
9 | path: "Components/Warps/worldport" | 9 | path: "Components/Warps/worldport" |
10 | orientation: "south" | 10 | # Should this be shuffleable? It skips the maze lol. |
11 | destination { x: 0 y: 0 z: 9.5 } | ||
12 | rotation: 0 | ||
11 | } | 13 | } |