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_plaza/rooms/Main Area.txtpb | 3 +++ data/maps/the_plaza/rooms/Repetitive Entrance.txtpb | 1 + data/maps/the_plaza/rooms/Sirenic Entrance.txtpb | 1 + data/maps/the_plaza/rooms/Symbolic Entrance.txtpb | 1 + 4 files changed, 6 insertions(+) (limited to 'data/maps/the_plaza/rooms') diff --git a/data/maps/the_plaza/rooms/Main Area.txtpb b/data/maps/the_plaza/rooms/Main Area.txtpb index 20e6900..c2fca13 100644 --- a/data/maps/the_plaza/rooms/Main Area.txtpb +++ b/data/maps/the_plaza/rooms/Main Area.txtpb @@ -36,18 +36,21 @@ panels { } ports { name: "UNYIELDING" + display_name: "Unyielding Hallway" path: "Components/Warps/worldport" destination { x: 1 y: 0 z: 10 } rotation: 270 } ports { name: "IMPRESSIVE" + display_name: "Impressive Hallway" path: "Components/Warps/worldport2" destination { x: 11 y: 0 z: 10 } rotation: 270 } ports { name: "BETWEEN" + display_name: "Between Hallway" path: "Components/Warps/worldport3" destination { x: -9 y: 0 z: 10 } rotation: 270 diff --git a/data/maps/the_plaza/rooms/Repetitive Entrance.txtpb b/data/maps/the_plaza/rooms/Repetitive Entrance.txtpb index 107c7f3..59faaa8 100644 --- a/data/maps/the_plaza/rooms/Repetitive Entrance.txtpb +++ b/data/maps/the_plaza/rooms/Repetitive Entrance.txtpb @@ -8,6 +8,7 @@ panels { } ports { name: "REPETITIVE" + display_name: "Repetitive Entrance" path: "Components/Warps/worldport5" destination { x: -19 y: 0 z: 16 } rotation: 180 diff --git a/data/maps/the_plaza/rooms/Sirenic Entrance.txtpb b/data/maps/the_plaza/rooms/Sirenic Entrance.txtpb index 48474b9..524de2b 100644 --- a/data/maps/the_plaza/rooms/Sirenic Entrance.txtpb +++ b/data/maps/the_plaza/rooms/Sirenic Entrance.txtpb @@ -8,6 +8,7 @@ panels { } ports { name: "SIRENIC" + display_name: "Sirenic Entrance" path: "Components/Warps/worldport6" destination { x: -51 y: 0 z: -43 } rotation: 270 diff --git a/data/maps/the_plaza/rooms/Symbolic Entrance.txtpb b/data/maps/the_plaza/rooms/Symbolic Entrance.txtpb index cb9ef4f..e2719b8 100644 --- a/data/maps/the_plaza/rooms/Symbolic Entrance.txtpb +++ b/data/maps/the_plaza/rooms/Symbolic Entrance.txtpb @@ -8,6 +8,7 @@ panels { } ports { name: "SYMBOLIC" + display_name: "Symbolic Entrance" path: "Components/Warps/worldport4" destination { x: 28 y: 0 z: 4 } rotation: 0 -- cgit 1.4.1