From bc3f90b6bdfdb651570a7b3f0e80fea19db14974 Mon Sep 17 00:00:00 2001 From: Star Rauchenberger Date: Mon, 22 Sep 2025 10:43:10 -0400 Subject: [Data] Fixed some stuff for worldport shuffle --- data/maps/the_orb/rooms/B Room.txtpb | 4 ++-- data/maps/the_orb/rooms/Main Area.txtpb | 2 +- 2 files changed, 3 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 cdb533b..1a45101 100644 --- a/data/maps/the_orb/rooms/B Room.txtpb +++ b/data/maps/the_orb/rooms/B Room.txtpb @@ -15,7 +15,7 @@ ports { name: "MID" path: "Components/Warps/worldport4" destination { x: -69 y: 0 z: 43 } - rotation: 0 + rotation: 90 # 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 @@ -25,5 +25,5 @@ ports { name: "FINAL" path: "Components/Warps/worldport5" destination { x: -69 y: 0 z: 87 } - rotation: 0 + rotation: 90 } diff --git a/data/maps/the_orb/rooms/Main Area.txtpb b/data/maps/the_orb/rooms/Main Area.txtpb index 2fc17d7..affe712 100644 --- a/data/maps/the_orb/rooms/Main Area.txtpb +++ b/data/maps/the_orb/rooms/Main Area.txtpb @@ -87,5 +87,5 @@ ports { name: "GREAT" path: "Components/Warps/worldport" destination { x: 38 y: 0 z: 39 } - rotation: 0 + rotation: 90 } -- cgit 1.4.1