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_sweet/rooms | |
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_sweet/rooms')
-rw-r--r-- | data/maps/the_sweet/rooms/Main Area.txtpb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/data/maps/the_sweet/rooms/Main Area.txtpb b/data/maps/the_sweet/rooms/Main Area.txtpb index a488199..a8976f7 100644 --- a/data/maps/the_sweet/rooms/Main Area.txtpb +++ b/data/maps/the_sweet/rooms/Main Area.txtpb | |||
@@ -200,12 +200,14 @@ panels { | |||
200 | } | 200 | } |
201 | ports { | 201 | ports { |
202 | name: "EXIT1" | 202 | name: "EXIT1" |
203 | display_name: "South Worldport" | ||
203 | path: "Components/Warps/worldport" | 204 | path: "Components/Warps/worldport" |
204 | destination { x: 0 y: 0 z: -11.5 } | 205 | destination { x: 0 y: 0 z: -11.5 } |
205 | rotation: 180 | 206 | rotation: 180 |
206 | } | 207 | } |
207 | ports { | 208 | ports { |
208 | name: "EXIT2" | 209 | name: "EXIT2" |
210 | display_name: "North Worldport" | ||
209 | path: "Components/Warps/worldport2" | 211 | path: "Components/Warps/worldport2" |
210 | destination { x: 0 y: 0 z: -17.5 } | 212 | destination { x: 0 y: 0 z: -17.5 } |
211 | rotation: 0 | 213 | rotation: 0 |