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 +++ 1 file changed, 3 insertions(+) (limited to 'data/maps/the_plaza/rooms/Main Area.txtpb') 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 -- cgit 1.4.1