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_unyielding/rooms/Bearer Entrance.txtpb | 2 ++ data/maps/the_unyielding/rooms/Digital Entrance.txtpb | 2 ++ data/maps/the_unyielding/rooms/Nuanced Entrance.txtpb | 2 ++ data/maps/the_unyielding/rooms/Plaza Entrance.txtpb | 2 ++ 4 files changed, 8 insertions(+) (limited to 'data/maps/the_unyielding') diff --git a/data/maps/the_unyielding/rooms/Bearer Entrance.txtpb b/data/maps/the_unyielding/rooms/Bearer Entrance.txtpb index 4c1440f..0f6e372 100644 --- a/data/maps/the_unyielding/rooms/Bearer Entrance.txtpb +++ b/data/maps/the_unyielding/rooms/Bearer Entrance.txtpb @@ -2,4 +2,6 @@ name: "Bearer Entrance" ports { name: "BEARER" path: "Components/Warps/worldport4" + destination { x: 23 y: 0 z: -29 } + rotation: 90 } diff --git a/data/maps/the_unyielding/rooms/Digital Entrance.txtpb b/data/maps/the_unyielding/rooms/Digital Entrance.txtpb index 74665a2..fa7def2 100644 --- a/data/maps/the_unyielding/rooms/Digital Entrance.txtpb +++ b/data/maps/the_unyielding/rooms/Digital Entrance.txtpb @@ -9,4 +9,6 @@ panels { ports { name: "DIGITAL" path: "Components/Warps/worldport" + destination { x: 0 y: 0 z: 0 } + rotation: 0 } diff --git a/data/maps/the_unyielding/rooms/Nuanced Entrance.txtpb b/data/maps/the_unyielding/rooms/Nuanced Entrance.txtpb index f011b32..a2603c4 100644 --- a/data/maps/the_unyielding/rooms/Nuanced Entrance.txtpb +++ b/data/maps/the_unyielding/rooms/Nuanced Entrance.txtpb @@ -2,4 +2,6 @@ name: "Nuanced Entrance" ports { name: "NUANCED" path: "Components/Warps/worldport3" + destination { x: -23 y: 0 z: -29 } + rotation: 270 } diff --git a/data/maps/the_unyielding/rooms/Plaza Entrance.txtpb b/data/maps/the_unyielding/rooms/Plaza Entrance.txtpb index 0bc60a7..c6f1075 100644 --- a/data/maps/the_unyielding/rooms/Plaza Entrance.txtpb +++ b/data/maps/the_unyielding/rooms/Plaza Entrance.txtpb @@ -16,4 +16,6 @@ panels { ports { name: "PLAZA" path: "Components/Warps/worldport5" + destination { x: 35 y: 0 z: 44 } + rotation: 270 } -- cgit 1.4.1