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_bearer/rooms/Back Area.txtpb | 1 + data/maps/the_bearer/rooms/Entry.txtpb | 1 + data/maps/the_bearer/rooms/Tree Entrance.txtpb | 1 + 3 files changed, 3 insertions(+) (limited to 'data/maps/the_bearer') diff --git a/data/maps/the_bearer/rooms/Back Area.txtpb b/data/maps/the_bearer/rooms/Back Area.txtpb index 0be8a7c..2be4cb4 100644 --- a/data/maps/the_bearer/rooms/Back Area.txtpb +++ b/data/maps/the_bearer/rooms/Back Area.txtpb @@ -8,6 +8,7 @@ panels { } ports { name: "DAEDALUS" + display_name: "Dark Hallway" path: "Components/Warps/worldport2" destination { x: 10 y: 0 z: -84.5 } rotation: 180 diff --git a/data/maps/the_bearer/rooms/Entry.txtpb b/data/maps/the_bearer/rooms/Entry.txtpb index e770924..517088d 100644 --- a/data/maps/the_bearer/rooms/Entry.txtpb +++ b/data/maps/the_bearer/rooms/Entry.txtpb @@ -57,6 +57,7 @@ panels { } ports { name: "UNYIELDING" + display_name: "Main Entrance" path: "Components/Warps/worldport" destination { x: 3 y: 4 z: 15 } rotation: 90 diff --git a/data/maps/the_bearer/rooms/Tree Entrance.txtpb b/data/maps/the_bearer/rooms/Tree Entrance.txtpb index d3172dc..1b50ddd 100644 --- a/data/maps/the_bearer/rooms/Tree Entrance.txtpb +++ b/data/maps/the_bearer/rooms/Tree Entrance.txtpb @@ -1,6 +1,7 @@ name: "Tree Entrance" ports { name: "TREE" + display_name: "Brown Hallway" path: "Components/Warps/worldport3" destination { x: -19 y: 0 z: -83.5 } rotation: 180 -- cgit 1.4.1