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_parthenon/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_parthenon/rooms')
-rw-r--r-- | data/maps/the_parthenon/rooms/Main Area.txtpb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/data/maps/the_parthenon/rooms/Main Area.txtpb b/data/maps/the_parthenon/rooms/Main Area.txtpb index e94089e..79f5e8f 100644 --- a/data/maps/the_parthenon/rooms/Main Area.txtpb +++ b/data/maps/the_parthenon/rooms/Main Area.txtpb | |||
@@ -55,18 +55,21 @@ panels { | |||
55 | } | 55 | } |
56 | ports { | 56 | ports { |
57 | name: "GALLERY" | 57 | name: "GALLERY" |
58 | display_name: "Building Worldport" | ||
58 | path: "Components/Warps/worldport" | 59 | path: "Components/Warps/worldport" |
59 | destination { x: 0 y: 0 z: 0 } | 60 | destination { x: 0 y: 0 z: 0 } |
60 | rotation: 0 | 61 | rotation: 0 |
61 | } | 62 | } |
62 | ports { | 63 | ports { |
63 | name: "ENTRY" | 64 | name: "ENTRY" |
65 | display_name: "Columns Worldport" | ||
64 | path: "Components/Warps/worldport2" | 66 | path: "Components/Warps/worldport2" |
65 | destination { x: 0 y: 0 z: -21 } | 67 | destination { x: 0 y: 0 z: -21 } |
66 | rotation: 0 | 68 | rotation: 0 |
67 | } | 69 | } |
68 | ports { | 70 | ports { |
69 | name: "REVITALIZED" | 71 | name: "REVITALIZED" |
72 | display_name: "Plum Hallway" | ||
70 | path: "Components/Warps/worldport3" | 73 | path: "Components/Warps/worldport3" |
71 | destination { x: -24 y: 0 z: -39 } | 74 | destination { x: -24 y: 0 z: -39 } |
72 | rotation: 180 | 75 | rotation: 180 |