From b53018acc54a7b8812a0b9830562879071d05fa6 Mon Sep 17 00:00:00 2001 From: Star Rauchenberger Date: Sun, 21 Sep 2025 12:44:50 -0400 Subject: [Data] Annotate shuffleable ports --- data/maps/the_colorful/rooms/Cyan Hallway.txtpb | 6 ++++-- data/maps/the_colorful/rooms/White Room.txtpb | 3 ++- 2 files changed, 6 insertions(+), 3 deletions(-) (limited to 'data/maps/the_colorful') diff --git a/data/maps/the_colorful/rooms/Cyan Hallway.txtpb b/data/maps/the_colorful/rooms/Cyan Hallway.txtpb index 97ddb0f..268caa6 100644 --- a/data/maps/the_colorful/rooms/Cyan Hallway.txtpb +++ b/data/maps/the_colorful/rooms/Cyan Hallway.txtpb @@ -24,10 +24,12 @@ panels { ports { name: "STURDY" path: "Components/Warps/worldport3" - orientation: "west" + destination { x: -17 y: 0 z: -75 } + rotation: 270 } ports { name: "DARKROOM" path: "Components/Warps/worldport2" - orientation: "west" + destination { x: -17 y: 0 z: -51 } + rotation: 270 } diff --git a/data/maps/the_colorful/rooms/White Room.txtpb b/data/maps/the_colorful/rooms/White Room.txtpb index c2cf33f..da28fdc 100644 --- a/data/maps/the_colorful/rooms/White Room.txtpb +++ b/data/maps/the_colorful/rooms/White Room.txtpb @@ -9,5 +9,6 @@ panels { ports { name: "GREAT" path: "Components/Warps/worldport" - orientation: "west" + destination { x: 3.5 y: 0 z: 19 } + rotation: 270 } -- cgit 1.4.1