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_tree/rooms/Bearer Entrance.txtpb | 2 ++ data/maps/the_tree/rooms/Main Area.txtpb | 10 ++++++++++ 2 files changed, 12 insertions(+) (limited to 'data/maps/the_tree') diff --git a/data/maps/the_tree/rooms/Bearer Entrance.txtpb b/data/maps/the_tree/rooms/Bearer Entrance.txtpb index 797e5d0..e81027b 100644 --- a/data/maps/the_tree/rooms/Bearer Entrance.txtpb +++ b/data/maps/the_tree/rooms/Bearer Entrance.txtpb @@ -2,4 +2,6 @@ name: "Bearer Entrance" ports { name: "BEARER" path: "Components/Warps/worldport" + destination { x: -15.5 y: 0 z: 20 } + rotation: 270 } diff --git a/data/maps/the_tree/rooms/Main Area.txtpb b/data/maps/the_tree/rooms/Main Area.txtpb index b232d1e..efa8e7d 100644 --- a/data/maps/the_tree/rooms/Main Area.txtpb +++ b/data/maps/the_tree/rooms/Main Area.txtpb @@ -212,18 +212,28 @@ panels { ports { name: "UNKEMPT" path: "Components/Warps/worldport4" + destination { x: -21 y: 0 z: 7 } + rotation: 0 + # enterable from either side } ports { name: "DIGITAL" path: "Components/Warps/worldport5" + destination { x: -21 y: 0 z: -7 } + rotation: 180 + # enterable from either side } ports { name: "GREAT" path: "Components/Warps/worldport2" + destination { x: 21 y: 0 z: -4 } + rotation: 180 } ports { name: "DAEDALUS" path: "Components/Warps/worldport3" + destination { x: -15.5 y: 0 z: -19 } + rotation: 90 } paintings { name: "SEA" -- cgit 1.4.1