about summary refs log tree commit diff stats
path: root/data/maps/the_colorful
diff options
context:
space:
mode:
Diffstat (limited to 'data/maps/the_colorful')
-rw-r--r--data/maps/the_colorful/doors.txtpb8
-rw-r--r--data/maps/the_colorful/metadata.txtpb3
-rw-r--r--data/maps/the_colorful/rooms/Cyan Hallway.txtpb8
-rw-r--r--data/maps/the_colorful/rooms/White Room.txtpb4
4 files changed, 19 insertions, 4 deletions
diff --git a/data/maps/the_colorful/doors.txtpb b/data/maps/the_colorful/doors.txtpb index 003c9a9..3ce5f71 100644 --- a/data/maps/the_colorful/doors.txtpb +++ b/data/maps/the_colorful/doors.txtpb
@@ -1,4 +1,3 @@
1# TODO: gallery painting
2doors { 1doors {
3 name: "White Door" 2 name: "White Door"
4 type: STANDARD 3 type: STANDARD
@@ -104,3 +103,10 @@ doors {
104 panels { room: "Gray Room" name: "MEND" } 103 panels { room: "Gray Room" name: "MEND" }
105 location_room: "Gray Room" 104 location_room: "Gray Room"
106} 105}
106doors {
107 name: "Chaos Panel"
108 type: LOCATION_ONLY
109 panels { room: "Cyan Hallway" name: "CHAOS" }
110 location_room: "Cyan Hallway"
111 location_name: "CHAOS"
112}
diff --git a/data/maps/the_colorful/metadata.txtpb b/data/maps/the_colorful/metadata.txtpb index 5e67428..0038cff 100644 --- a/data/maps/the_colorful/metadata.txtpb +++ b/data/maps/the_colorful/metadata.txtpb
@@ -1,3 +1,6 @@
1display_name: "The Colorful" 1display_name: "The Colorful"
2rte_room: "White Room"
3rte_trigger_pos { x: 0 y: 0 z: 10 }
4rte_trigger_scale { x: 4 y: 1 z: 4 }
2# This has something to do with the FISH/FISHES proxy. 5# This has something to do with the FISH/FISHES proxy.
3excluded_nodes: "Components/panel_fake" 6excluded_nodes: "Components/panel_fake"
diff --git a/data/maps/the_colorful/rooms/Cyan Hallway.txtpb b/data/maps/the_colorful/rooms/Cyan Hallway.txtpb index 97ddb0f..d94a0a6 100644 --- a/data/maps/the_colorful/rooms/Cyan Hallway.txtpb +++ b/data/maps/the_colorful/rooms/Cyan Hallway.txtpb
@@ -23,11 +23,15 @@ panels {
23} 23}
24ports { 24ports {
25 name: "STURDY" 25 name: "STURDY"
26 display_name: "North Cyan Worldport"
26 path: "Components/Warps/worldport3" 27 path: "Components/Warps/worldport3"
27 orientation: "west" 28 destination { x: -17 y: 0 z: -75 }
29 rotation: 270
28} 30}
29ports { 31ports {
30 name: "DARKROOM" 32 name: "DARKROOM"
33 display_name: "South Cyan Worldport"
31 path: "Components/Warps/worldport2" 34 path: "Components/Warps/worldport2"
32 orientation: "west" 35 destination { x: -17 y: 0 z: -51 }
36 rotation: 270
33} 37}
diff --git a/data/maps/the_colorful/rooms/White Room.txtpb b/data/maps/the_colorful/rooms/White Room.txtpb index c2cf33f..73557ed 100644 --- a/data/maps/the_colorful/rooms/White Room.txtpb +++ b/data/maps/the_colorful/rooms/White Room.txtpb
@@ -8,6 +8,8 @@ panels {
8} 8}
9ports { 9ports {
10 name: "GREAT" 10 name: "GREAT"
11 display_name: "Main Entrance"
11 path: "Components/Warps/worldport" 12 path: "Components/Warps/worldport"
12 orientation: "west" 13 destination { x: -3.5 y: 0 z: 19 }
14 rotation: 270
13} 15}