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_bearer/rooms/Back Area.txtpb | 3 ++- data/maps/the_bearer/rooms/Entry.txtpb | 3 ++- data/maps/the_bearer/rooms/Tree Entrance.txtpb | 3 ++- 3 files changed, 6 insertions(+), 3 deletions(-) (limited to 'data/maps/the_bearer') diff --git a/data/maps/the_bearer/rooms/Back Area.txtpb b/data/maps/the_bearer/rooms/Back Area.txtpb index b1860de..0be8a7c 100644 --- a/data/maps/the_bearer/rooms/Back Area.txtpb +++ b/data/maps/the_bearer/rooms/Back Area.txtpb @@ -9,5 +9,6 @@ panels { ports { name: "DAEDALUS" path: "Components/Warps/worldport2" - orientation: "north" + destination { x: 10 y: 0 z: -84.5 } + rotation: 180 } diff --git a/data/maps/the_bearer/rooms/Entry.txtpb b/data/maps/the_bearer/rooms/Entry.txtpb index 4300c1f..e770924 100644 --- a/data/maps/the_bearer/rooms/Entry.txtpb +++ b/data/maps/the_bearer/rooms/Entry.txtpb @@ -58,5 +58,6 @@ panels { ports { name: "UNYIELDING" path: "Components/Warps/worldport" - orientation: "east" + destination { x: 3 y: 4 z: 15 } + rotation: 90 } diff --git a/data/maps/the_bearer/rooms/Tree Entrance.txtpb b/data/maps/the_bearer/rooms/Tree Entrance.txtpb index 97a07da..d3172dc 100644 --- a/data/maps/the_bearer/rooms/Tree Entrance.txtpb +++ b/data/maps/the_bearer/rooms/Tree Entrance.txtpb @@ -2,5 +2,6 @@ name: "Tree Entrance" ports { name: "TREE" path: "Components/Warps/worldport3" - orientation: "north" + destination { x: -19 y: 0 z: -83.5 } + rotation: 180 } -- cgit 1.4.1