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_impressive/rooms/Green Eye.txtpb | 3 ++- data/maps/the_impressive/rooms/Lobby.txtpb | 3 ++- data/maps/the_impressive/rooms/Side Area.txtpb | 3 ++- 3 files changed, 6 insertions(+), 3 deletions(-) (limited to 'data/maps/the_impressive') diff --git a/data/maps/the_impressive/rooms/Green Eye.txtpb b/data/maps/the_impressive/rooms/Green Eye.txtpb index b4a115b..aed6462 100644 --- a/data/maps/the_impressive/rooms/Green Eye.txtpb +++ b/data/maps/the_impressive/rooms/Green Eye.txtpb @@ -23,5 +23,6 @@ panels { ports { name: "PLAZA" path: "Components/Warps/worldport3" - orientation: "east" + destination { x: -33 y: 0 z: 1 } + rotation: 90 } diff --git a/data/maps/the_impressive/rooms/Lobby.txtpb b/data/maps/the_impressive/rooms/Lobby.txtpb index 3c565fe..f61691c 100644 --- a/data/maps/the_impressive/rooms/Lobby.txtpb +++ b/data/maps/the_impressive/rooms/Lobby.txtpb @@ -10,5 +10,6 @@ panels { ports { name: "GREAT" path: "Components/Warps/worldport" - orientation: "south" + destination { x: 0 y: 0 z: 11.5 } + rotation: 0 } diff --git a/data/maps/the_impressive/rooms/Side Area.txtpb b/data/maps/the_impressive/rooms/Side Area.txtpb index 1dfb12b..a0c54cc 100644 --- a/data/maps/the_impressive/rooms/Side Area.txtpb +++ b/data/maps/the_impressive/rooms/Side Area.txtpb @@ -10,5 +10,6 @@ panels { ports { name: "FOURROOMS" path: "Components/Warps/worldport2" - orientation: "south" + destination { x: -27 y: 0 z: 25.5 } + rotation: 0 } -- cgit 1.4.1