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_hinterlands/rooms/Main Area.txtpb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'data/maps/the_hinterlands') diff --git a/data/maps/the_hinterlands/rooms/Main Area.txtpb b/data/maps/the_hinterlands/rooms/Main Area.txtpb index 7c031db..5cd626b 100644 --- a/data/maps/the_hinterlands/rooms/Main Area.txtpb +++ b/data/maps/the_hinterlands/rooms/Main Area.txtpb @@ -2,12 +2,14 @@ name: "Main Area" # I'm probably not going to include any of the panels in here. ports { name: "RIGHT" + display_name: "South Worldport" path: "Components/Warps/worldport" destination { x: 30 y: 0 z: 19 } rotation: 270 } ports { name: "LEFT" + display_name: "North Worldport" path: "Components/Warps/worldport2" destination { x: 30 y: 0 z: -76 } rotation: 270 -- cgit 1.4.1