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/Main Area.txtpb | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'data/maps/the_great/rooms/Main Area.txtpb') diff --git a/data/maps/the_great/rooms/Main Area.txtpb b/data/maps/the_great/rooms/Main Area.txtpb index 61cf83d..a5ed9f3 100644 --- a/data/maps/the_great/rooms/Main Area.txtpb +++ b/data/maps/the_great/rooms/Main Area.txtpb @@ -122,30 +122,35 @@ panels { } ports { name: "ENTRY" + display_name: "Entry Building" path: "Meshes/Blocks/Warps/worldport" destination { x: 33 y: 0 z: 15 } rotation: 0 } ports { name: "KEEN" + display_name: "Keen Building Front" path: "Meshes/Blocks/Warps/worldport6" destination { x: 33 y: 0 z: -21 } rotation: 180 } ports { name: "ORB" + display_name: "Orb Building" path: "Meshes/Blocks/Warps/worldport3" destination { x: 62 y: 0 z: -13 } rotation: 180 } ports { name: "LINEAR" + display_name: "Keen Building Back" path: "Meshes/Blocks/Warps/worldport15" destination { x: 33 y: 0 z: -42.5 } rotation: 0 } ports { name: "DIGITAL" + display_name: "Digital Hole" path: "Meshes/Blocks/Warps/worldport4" destination { x: -6.5 y: 0 z: 7.5 } rotation: 0 -- cgit 1.4.1