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_three_doors/rooms/First Second Room.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_three_doors/rooms/First Second Room.txtpb')
-rw-r--r-- | data/maps/the_three_doors/rooms/First Second Room.txtpb | 2 |
1 files changed, 2 insertions, 0 deletions
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 { | |||
29 | } | 29 | } |
30 | ports { | 30 | ports { |
31 | name: "GREAT" | 31 | name: "GREAT" |
32 | display_name: "First Worldport" | ||
32 | path: "Components/Warps/worldport" | 33 | path: "Components/Warps/worldport" |
33 | destination { x: -16 y: 0 z: 0.5 } | 34 | destination { x: -16 y: 0 z: 0.5 } |
34 | rotation: 180 | 35 | rotation: 180 |
35 | } | 36 | } |
36 | ports { | 37 | ports { |
37 | name: "TTD" | 38 | name: "TTD" |
39 | display_name: "Second Worldport" | ||
38 | path: "Components/Warps/worldport2" | 40 | path: "Components/Warps/worldport2" |
39 | destination { x: -16 y: 0 z: 14.5 } | 41 | destination { x: -16 y: 0 z: 14.5 } |
40 | rotation: 0 | 42 | rotation: 0 |