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_plaza/rooms/Main Area.txtpb | 9 ++++++--- data/maps/the_plaza/rooms/Repetitive Entrance.txtpb | 3 ++- data/maps/the_plaza/rooms/Sirenic Entrance.txtpb | 3 ++- data/maps/the_plaza/rooms/Symbolic Entrance.txtpb | 3 ++- 4 files changed, 12 insertions(+), 6 deletions(-) (limited to 'data/maps/the_plaza') diff --git a/data/maps/the_plaza/rooms/Main Area.txtpb b/data/maps/the_plaza/rooms/Main Area.txtpb index 521b974..20e6900 100644 --- a/data/maps/the_plaza/rooms/Main Area.txtpb +++ b/data/maps/the_plaza/rooms/Main Area.txtpb @@ -37,15 +37,18 @@ panels { ports { name: "UNYIELDING" path: "Components/Warps/worldport" - orientation: "west" + destination { x: 1 y: 0 z: 10 } + rotation: 270 } ports { name: "IMPRESSIVE" path: "Components/Warps/worldport2" - orientation: "west" + destination { x: 11 y: 0 z: 10 } + rotation: 270 } ports { name: "BETWEEN" path: "Components/Warps/worldport3" - orientation: "west" + destination { x: -9 y: 0 z: 10 } + rotation: 270 } diff --git a/data/maps/the_plaza/rooms/Repetitive Entrance.txtpb b/data/maps/the_plaza/rooms/Repetitive Entrance.txtpb index 3857d5f..107c7f3 100644 --- a/data/maps/the_plaza/rooms/Repetitive Entrance.txtpb +++ b/data/maps/the_plaza/rooms/Repetitive Entrance.txtpb @@ -9,5 +9,6 @@ panels { ports { name: "REPETITIVE" path: "Components/Warps/worldport5" - orientation: "north" + destination { x: -19 y: 0 z: 16 } + rotation: 180 } diff --git a/data/maps/the_plaza/rooms/Sirenic Entrance.txtpb b/data/maps/the_plaza/rooms/Sirenic Entrance.txtpb index 3c60ca8..48474b9 100644 --- a/data/maps/the_plaza/rooms/Sirenic Entrance.txtpb +++ b/data/maps/the_plaza/rooms/Sirenic Entrance.txtpb @@ -9,5 +9,6 @@ panels { ports { name: "SIRENIC" path: "Components/Warps/worldport6" - orientation: "west" + destination { x: -51 y: 0 z: -43 } + rotation: 270 } diff --git a/data/maps/the_plaza/rooms/Symbolic Entrance.txtpb b/data/maps/the_plaza/rooms/Symbolic Entrance.txtpb index ce5982c..cb9ef4f 100644 --- a/data/maps/the_plaza/rooms/Symbolic Entrance.txtpb +++ b/data/maps/the_plaza/rooms/Symbolic Entrance.txtpb @@ -9,5 +9,6 @@ panels { ports { name: "SYMBOLIC" path: "Components/Warps/worldport4" - orientation: "south" + destination { x: 28 y: 0 z: 4 } + rotation: 0 } -- cgit 1.4.1