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_owl/rooms/Connected Area.txtpb | 3 ++- data/maps/the_owl/rooms/Magenta Hallway.txtpb | 3 ++- data/maps/the_owl/rooms/R2C2 Bottom.txtpb | 3 ++- 3 files changed, 6 insertions(+), 3 deletions(-) (limited to 'data/maps/the_owl') diff --git a/data/maps/the_owl/rooms/Connected Area.txtpb b/data/maps/the_owl/rooms/Connected Area.txtpb index cf5ea1f..e5c2633 100644 --- a/data/maps/the_owl/rooms/Connected Area.txtpb +++ b/data/maps/the_owl/rooms/Connected Area.txtpb @@ -150,6 +150,7 @@ paintings { ports { name: "FOURROOMS" path: "Components/Warps/worldport2" - orientation: "east" + destination { x: 71.5 y: 0 z: -9 } + rotation: 90 # Note that this is behind teal walls. } diff --git a/data/maps/the_owl/rooms/Magenta Hallway.txtpb b/data/maps/the_owl/rooms/Magenta Hallway.txtpb index ccbdc1c..29e140a 100644 --- a/data/maps/the_owl/rooms/Magenta Hallway.txtpb +++ b/data/maps/the_owl/rooms/Magenta Hallway.txtpb @@ -2,5 +2,6 @@ name: "Magenta Hallway" ports { name: "STURDY" path: "Components/Warps/worldport3" - orientation: "west" + destination { x: 17 y: 0 z: -46 } + rotation: 270 } diff --git a/data/maps/the_owl/rooms/R2C2 Bottom.txtpb b/data/maps/the_owl/rooms/R2C2 Bottom.txtpb index 604a1cc..2f6b98d 100644 --- a/data/maps/the_owl/rooms/R2C2 Bottom.txtpb +++ b/data/maps/the_owl/rooms/R2C2 Bottom.txtpb @@ -9,7 +9,8 @@ panels { ports { name: "GALLERY" path: "Components/Warps/worldport" - orientation: "south" + destination { x: 0 y: 0 z: 0 } + rotation: 0 # TODO: Note that this port is accessible from the other side in the Z1 # room. Hmm. } -- cgit 1.4.1