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_great/rooms/Back Area.txtpb | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'data/maps/the_great/rooms/Back Area.txtpb') diff --git a/data/maps/the_great/rooms/Back Area.txtpb b/data/maps/the_great/rooms/Back Area.txtpb index fdf72e7..c57a76f 100644 --- a/data/maps/the_great/rooms/Back Area.txtpb +++ b/data/maps/the_great/rooms/Back Area.txtpb @@ -124,18 +124,21 @@ paintings { } ports { name: "UNKEMPT" + display_name: "Unkempt Entrance" path: "Meshes/Blocks/Warps/worldport5" destination { x: 72 y: 0 z: 10.5 } rotation: 180 } ports { name: "THREEDOORS" + display_name: "Three Doors Entrance" path: "Meshes/Blocks/Warps/worldport16" destination { x: 77 y: 0 z: 33.5 } rotation: 0 } ports { name: "TOWER" + display_name: "Tower Entrance" path: "Meshes/Blocks/Warps/worldport10" destination { x: 0 y: 0 z: 52 } rotation: 0 @@ -144,6 +147,7 @@ ports { } ports { name: "TREE" + display_name: "Tree Entrance" path: "Meshes/Blocks/Warps/worldport17" destination { x: 26 y: 0 z: 58 } rotation: 180 -- cgit 1.4.1