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_three_doors/rooms/Dead End Room.txtpb | 2 ++ data/maps/the_three_doors/rooms/First Second Room.txtpb | 2 ++ data/maps/the_three_doors/rooms/Loose Strings Room.txtpb | 1 + data/maps/the_three_doors/rooms/One Luck Room.txtpb | 1 + data/maps/the_three_doors/rooms/Silver Portal Room.txtpb | 2 ++ 5 files changed, 8 insertions(+) (limited to 'data/maps/the_three_doors/rooms') diff --git a/data/maps/the_three_doors/rooms/Dead End Room.txtpb b/data/maps/the_three_doors/rooms/Dead End Room.txtpb index 8074fbe..8bfe193 100644 --- a/data/maps/the_three_doors/rooms/Dead End Room.txtpb +++ b/data/maps/the_three_doors/rooms/Dead End Room.txtpb @@ -29,12 +29,14 @@ panels { } ports { name: "BEGIN" + display_name: "Door Ways Worldport" path: "Components/Warps/worldport6" destination { x: -38 y: 0 z: 41.5 } rotation: 0 } ports { name: "BEGIN2" + display_name: "Dead End Worldport" path: "Components/Warps/worldport5" destination { x: -38 y: 0 z: 27.5 } rotation: 180 diff --git a/data/maps/the_three_doors/rooms/First Second Room.txtpb b/data/maps/the_three_doors/rooms/First Second Room.txtpb index c2d9397..bdf5b49 100644 --- a/data/maps/the_three_doors/rooms/First Second Room.txtpb +++ b/data/maps/the_three_doors/rooms/First Second Room.txtpb @@ -29,12 +29,14 @@ panels { } ports { name: "GREAT" + display_name: "First Worldport" path: "Components/Warps/worldport" destination { x: -16 y: 0 z: 0.5 } rotation: 180 } ports { name: "TTD" + display_name: "Second Worldport" path: "Components/Warps/worldport2" destination { x: -16 y: 0 z: 14.5 } rotation: 0 diff --git a/data/maps/the_three_doors/rooms/Loose Strings Room.txtpb b/data/maps/the_three_doors/rooms/Loose Strings Room.txtpb index 9cb7f65..21e3c64 100644 --- a/data/maps/the_three_doors/rooms/Loose Strings Room.txtpb +++ b/data/maps/the_three_doors/rooms/Loose Strings Room.txtpb @@ -15,6 +15,7 @@ panels { } ports { name: "BEGIN" + display_name: "Loose Strings Worldport" path: "Components/Warps/worldport7" destination { x: -16 y: 0 z: 41.5 } rotation: 0 diff --git a/data/maps/the_three_doors/rooms/One Luck Room.txtpb b/data/maps/the_three_doors/rooms/One Luck Room.txtpb index 742a8d3..f5053be 100644 --- a/data/maps/the_three_doors/rooms/One Luck Room.txtpb +++ b/data/maps/the_three_doors/rooms/One Luck Room.txtpb @@ -15,6 +15,7 @@ panels { } ports { name: "BEGIN" + display_name: "Lone Chance Worldport" path: "Components/Warps/worldport8" destination { x: -16 y: 0 z: 27.5 } rotation: 180 diff --git a/data/maps/the_three_doors/rooms/Silver Portal Room.txtpb b/data/maps/the_three_doors/rooms/Silver Portal Room.txtpb index 0d62429..1c00045 100644 --- a/data/maps/the_three_doors/rooms/Silver Portal Room.txtpb +++ b/data/maps/the_three_doors/rooms/Silver Portal Room.txtpb @@ -27,12 +27,14 @@ panels { } ports { name: "BEGIN" + display_name: "Third Fourth Worldport" path: "Components/Warps/worldport3" destination { x: -38 y: 0 z: 14.5 } rotation: 0 } ports { name: "NEXT" + display_name: "Silver Portal Worldport" path: "Components/Warps/worldport4" destination { x: -38 y: 0 z: 0.5 } rotation: 180 -- cgit 1.4.1