From 907a59f52c14af709599d8da8b37285ae6794f59 Mon Sep 17 00:00:00 2001 From: Star Rauchenberger Date: Sun, 28 Sep 2025 13:26:10 -0400 Subject: Added display names to ports --- data/maps/the_unyielding/rooms/Bearer Entrance.txtpb | 1 + data/maps/the_unyielding/rooms/Digital Entrance.txtpb | 1 + data/maps/the_unyielding/rooms/Nuanced Entrance.txtpb | 1 + data/maps/the_unyielding/rooms/Plaza Entrance.txtpb | 1 + 4 files changed, 4 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 0f6e372..6ce69da 100644 --- a/data/maps/the_unyielding/rooms/Bearer Entrance.txtpb +++ b/data/maps/the_unyielding/rooms/Bearer Entrance.txtpb @@ -1,6 +1,7 @@ name: "Bearer Entrance" ports { name: "BEARER" + display_name: "East of Yellow Worldport" 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 fa7def2..853c5f0 100644 --- a/data/maps/the_unyielding/rooms/Digital Entrance.txtpb +++ b/data/maps/the_unyielding/rooms/Digital Entrance.txtpb @@ -8,6 +8,7 @@ panels { } ports { name: "DIGITAL" + display_name: "South of Yellow Worldport" 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 a2603c4..454dc3f 100644 --- a/data/maps/the_unyielding/rooms/Nuanced Entrance.txtpb +++ b/data/maps/the_unyielding/rooms/Nuanced Entrance.txtpb @@ -1,6 +1,7 @@ name: "Nuanced Entrance" ports { name: "NUANCED" + display_name: "West of Yellow Worldport" 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 c6f1075..f866d87 100644 --- a/data/maps/the_unyielding/rooms/Plaza Entrance.txtpb +++ b/data/maps/the_unyielding/rooms/Plaza Entrance.txtpb @@ -15,6 +15,7 @@ panels { } ports { name: "PLAZA" + display_name: "Dark Hallway" path: "Components/Warps/worldport5" destination { x: 35 y: 0 z: 44 } rotation: 270 -- cgit 1.4.1