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_owl/rooms/Connected Area.txtpb | 1 + data/maps/the_owl/rooms/Magenta Hallway.txtpb | 1 + data/maps/the_owl/rooms/R2C2 Bottom.txtpb | 1 + 3 files changed, 3 insertions(+) (limited to 'data/maps/the_owl') diff --git a/data/maps/the_owl/rooms/Connected Area.txtpb b/data/maps/the_owl/rooms/Connected Area.txtpb index e5c2633..432d6b2 100644 --- a/data/maps/the_owl/rooms/Connected Area.txtpb +++ b/data/maps/the_owl/rooms/Connected Area.txtpb @@ -149,6 +149,7 @@ paintings { } ports { name: "FOURROOMS" + display_name: "Four Rooms Entrance" path: "Components/Warps/worldport2" destination { x: 71.5 y: 0 z: -9 } rotation: 90 diff --git a/data/maps/the_owl/rooms/Magenta Hallway.txtpb b/data/maps/the_owl/rooms/Magenta Hallway.txtpb index 29e140a..14d6f0d 100644 --- a/data/maps/the_owl/rooms/Magenta Hallway.txtpb +++ b/data/maps/the_owl/rooms/Magenta Hallway.txtpb @@ -1,6 +1,7 @@ name: "Magenta Hallway" ports { name: "STURDY" + display_name: "Magenta Hallway" path: "Components/Warps/worldport3" destination { x: 17 y: 0 z: -46 } rotation: 270 diff --git a/data/maps/the_owl/rooms/R2C2 Bottom.txtpb b/data/maps/the_owl/rooms/R2C2 Bottom.txtpb index 9d5a5c3..2cfd340 100644 --- a/data/maps/the_owl/rooms/R2C2 Bottom.txtpb +++ b/data/maps/the_owl/rooms/R2C2 Bottom.txtpb @@ -8,6 +8,7 @@ panels { } ports { name: "GALLERY" + display_name: "Gallery Worldport" path: "Components/Warps/worldport" destination { x: 0 y: 0 z: 9 } rotation: 0 -- cgit 1.4.1