diff options
author | Star Rauchenberger <fefferburbia@gmail.com> | 2025-09-28 13:26:10 -0400 |
---|---|---|
committer | Star Rauchenberger <fefferburbia@gmail.com> | 2025-09-28 13:26:10 -0400 |
commit | 907a59f52c14af709599d8da8b37285ae6794f59 (patch) | |
tree | 73e7ec7082a8b2fc769caf7f32c0a860f931babc /data/maps/the_sturdy/rooms/Main Area.txtpb | |
parent | 7b0af7f15874e023ddc2653db225f6e358d81214 (diff) | |
download | lingo2-archipelago-907a59f52c14af709599d8da8b37285ae6794f59.tar.gz lingo2-archipelago-907a59f52c14af709599d8da8b37285ae6794f59.tar.bz2 lingo2-archipelago-907a59f52c14af709599d8da8b37285ae6794f59.zip |
Added display names to ports
Diffstat (limited to 'data/maps/the_sturdy/rooms/Main Area.txtpb')
-rw-r--r-- | data/maps/the_sturdy/rooms/Main Area.txtpb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/data/maps/the_sturdy/rooms/Main Area.txtpb b/data/maps/the_sturdy/rooms/Main Area.txtpb index b7c6125..8c81a1e 100644 --- a/data/maps/the_sturdy/rooms/Main Area.txtpb +++ b/data/maps/the_sturdy/rooms/Main Area.txtpb | |||
@@ -105,12 +105,14 @@ panels { | |||
105 | } | 105 | } |
106 | ports { | 106 | ports { |
107 | name: "OWL" | 107 | name: "OWL" |
108 | display_name: "Magenta Hallway" | ||
108 | path: "Components/Warps/worldport" | 109 | path: "Components/Warps/worldport" |
109 | destination { x: 17 y: 0 z: 41 } | 110 | destination { x: 17 y: 0 z: 41 } |
110 | rotation: 90 | 111 | rotation: 90 |
111 | } | 112 | } |
112 | ports { | 113 | ports { |
113 | name: "COLORFUL" | 114 | name: "COLORFUL" |
115 | display_name: "Cyan Hallway" | ||
114 | path: "Components/Warps/worldport2" | 116 | path: "Components/Warps/worldport2" |
115 | destination { x: 17 y: 0 z: -33 } | 117 | destination { x: 17 y: 0 z: -33 } |
116 | rotation: 90 | 118 | rotation: 90 |