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_orb/rooms/B Room.txtpb | 6 ++++-- data/maps/the_orb/rooms/Main Area.txtpb | 3 ++- 2 files changed, 6 insertions(+), 3 deletions(-) (limited to 'data/maps/the_orb/rooms') diff --git a/data/maps/the_orb/rooms/B Room.txtpb b/data/maps/the_orb/rooms/B Room.txtpb index 0324647..cdb533b 100644 --- a/data/maps/the_orb/rooms/B Room.txtpb +++ b/data/maps/the_orb/rooms/B Room.txtpb @@ -14,7 +14,8 @@ paintings { ports { name: "MID" path: "Components/Warps/worldport4" - orientation: "south" + destination { x: -69 y: 0 z: 43 } + rotation: 0 # This port is in the room immediately after solving the B puzzles, which # means it seems like it would be inaccessible if you enter the map from the # painting or from the final port, but entering the O or R areas brings you @@ -23,5 +24,6 @@ ports { ports { name: "FINAL" path: "Components/Warps/worldport5" - orientation: "south" + destination { x: -69 y: 0 z: 87 } + rotation: 0 } diff --git a/data/maps/the_orb/rooms/Main Area.txtpb b/data/maps/the_orb/rooms/Main Area.txtpb index 4fcac29..2fc17d7 100644 --- a/data/maps/the_orb/rooms/Main Area.txtpb +++ b/data/maps/the_orb/rooms/Main Area.txtpb @@ -86,5 +86,6 @@ panels { ports { name: "GREAT" path: "Components/Warps/worldport" - orientation: "south" + destination { x: 38 y: 0 z: 39 } + rotation: 0 } -- cgit 1.4.1