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_between/rooms/Control Center Side.txtpb | 6 ++++-- data/maps/the_between/rooms/Main Area.txtpb | 3 ++- data/maps/the_between/rooms/Plaza Entrance.txtpb | 3 ++- 3 files changed, 8 insertions(+), 4 deletions(-) (limited to 'data/maps/the_between/rooms') diff --git a/data/maps/the_between/rooms/Control Center Side.txtpb b/data/maps/the_between/rooms/Control Center Side.txtpb index a6a126a..0576305 100644 --- a/data/maps/the_between/rooms/Control Center Side.txtpb +++ b/data/maps/the_between/rooms/Control Center Side.txtpb @@ -14,10 +14,12 @@ paintings { ports { name: "CC" path: "Components/Warps/worldport3" - orientation: "north" + destination { x: 36 y: 0 z: 1 } + rotation: 180 } ports { name: "LIVELY" path: "Components/Warps/worldport2" - orientation: "south" + destination { x: 24 y: 0 z: 6.5 } + rotation: 0 } diff --git a/data/maps/the_between/rooms/Main Area.txtpb b/data/maps/the_between/rooms/Main Area.txtpb index a0fc596..ed6072b 100644 --- a/data/maps/the_between/rooms/Main Area.txtpb +++ b/data/maps/the_between/rooms/Main Area.txtpb @@ -198,5 +198,6 @@ panels { ports { name: "GREAT" path: "Components/Warps/worldport" - orientation: "east" + destination { x: -1 y: 0 z: 20 } + rotation: 90 } diff --git a/data/maps/the_between/rooms/Plaza Entrance.txtpb b/data/maps/the_between/rooms/Plaza Entrance.txtpb index e4d7b19..5c87619 100644 --- a/data/maps/the_between/rooms/Plaza Entrance.txtpb +++ b/data/maps/the_between/rooms/Plaza Entrance.txtpb @@ -2,5 +2,6 @@ name: "Plaza Entrance" ports { name: "PLAZA" path: "Components/Warps/worldport4" - orientation: "north" + destination { x: -38 y: 0 z: 1 } + rotation: 180 } -- cgit 1.4.1