diff options
Diffstat (limited to 'data/maps/the_colorful')
| -rw-r--r-- | data/maps/the_colorful/doors.txtpb | 8 | ||||
| -rw-r--r-- | data/maps/the_colorful/metadata.txtpb | 3 | ||||
| -rw-r--r-- | data/maps/the_colorful/rooms/Cyan Hallway.txtpb | 8 | ||||
| -rw-r--r-- | data/maps/the_colorful/rooms/White Room.txtpb | 4 |
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 | ||
| 2 | doors { | 1 | doors { |
| 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 | } |
| 106 | doors { | ||
| 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 @@ | |||
| 1 | display_name: "The Colorful" | 1 | display_name: "The Colorful" |
| 2 | rte_room: "White Room" | ||
| 3 | rte_trigger_pos { x: 0 y: 0 z: 10 } | ||
| 4 | rte_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. |
| 3 | excluded_nodes: "Components/panel_fake" | 6 | excluded_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 | } |
| 24 | ports { | 24 | ports { |
| 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 | } |
| 29 | ports { | 31 | ports { |
| 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 | } |
| 9 | ports { | 9 | ports { |
| 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 | } |
