about summary refs log tree commit diff stats
path: root/data/maps/the_linear
diff options
context:
space:
mode:
Diffstat (limited to 'data/maps/the_linear')
-rw-r--r--data/maps/the_linear/metadata.txtpb7
-rw-r--r--data/maps/the_linear/rooms/Room.txtpb4
2 files changed, 10 insertions, 1 deletions
diff --git a/data/maps/the_linear/metadata.txtpb b/data/maps/the_linear/metadata.txtpb index 989463d..03930f8 100644 --- a/data/maps/the_linear/metadata.txtpb +++ b/data/maps/the_linear/metadata.txtpb
@@ -1 +1,8 @@
1display_name: "The Linear" 1display_name: "The Linear"
2rte_room: "Room"
3rte_trigger_pos { x: 0 y: 0 z: 0 }
4rte_trigger_scale { x: 6 y: 1 z: 6 }
5worldport_entrance {
6 room: "Room"
7 name: "GREAT"
8}
diff --git a/data/maps/the_linear/rooms/Room.txtpb b/data/maps/the_linear/rooms/Room.txtpb index c47ce0c..ac03fd9 100644 --- a/data/maps/the_linear/rooms/Room.txtpb +++ b/data/maps/the_linear/rooms/Room.txtpb
@@ -57,6 +57,8 @@ panels {
57} 57}
58ports { 58ports {
59 name: "GREAT" 59 name: "GREAT"
60 display_name: "Entrance"
60 path: "Components/Warps/worldport" 61 path: "Components/Warps/worldport"
61 orientation: "south" 62 destination { x: 0 y: 0 z: 7.5 }
63 rotation: 0
62} 64}