about summary refs log tree commit diff stats
path: root/data/maps/the_tower
diff options
context:
space:
mode:
Diffstat (limited to 'data/maps/the_tower')
-rw-r--r--data/maps/the_tower/metadata.txtpb7
-rw-r--r--data/maps/the_tower/rooms/First Floor.txtpb3
2 files changed, 10 insertions, 0 deletions
diff --git a/data/maps/the_tower/metadata.txtpb b/data/maps/the_tower/metadata.txtpb index dc185e0..11ab3da 100644 --- a/data/maps/the_tower/metadata.txtpb +++ b/data/maps/the_tower/metadata.txtpb
@@ -1 +1,8 @@
1display_name: "The Tower" 1display_name: "The Tower"
2rte_room: "First Floor"
3rte_trigger_pos { x: 0 y: 0 z: 0 }
4rte_trigger_scale { x: 8 y: 1 z: 8 }
5worldport_entrance {
6 room: "First Floor"
7 name: "GREAT"
8}
diff --git a/data/maps/the_tower/rooms/First Floor.txtpb b/data/maps/the_tower/rooms/First Floor.txtpb index 33398a3..7a811bf 100644 --- a/data/maps/the_tower/rooms/First Floor.txtpb +++ b/data/maps/the_tower/rooms/First Floor.txtpb
@@ -97,5 +97,8 @@ panels {
97} 97}
98ports { 98ports {
99 name: "GREAT" 99 name: "GREAT"
100 display_name: "Entrance"
100 path: "Components/Warps/worldport" 101 path: "Components/Warps/worldport"
102 destination { x: -0 y: 0 z: 13 }
103 rotation: 0
101} 104}