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_impressive | |
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_impressive')
-rw-r--r-- | data/maps/the_impressive/rooms/Green Eye.txtpb | 1 | ||||
-rw-r--r-- | data/maps/the_impressive/rooms/Lobby.txtpb | 1 | ||||
-rw-r--r-- | data/maps/the_impressive/rooms/Side Area.txtpb | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/data/maps/the_impressive/rooms/Green Eye.txtpb b/data/maps/the_impressive/rooms/Green Eye.txtpb index aed6462..aa31b07 100644 --- a/data/maps/the_impressive/rooms/Green Eye.txtpb +++ b/data/maps/the_impressive/rooms/Green Eye.txtpb | |||
@@ -22,6 +22,7 @@ panels { | |||
22 | } | 22 | } |
23 | ports { | 23 | ports { |
24 | name: "PLAZA" | 24 | name: "PLAZA" |
25 | display_name: "Green Hallway" | ||
25 | path: "Components/Warps/worldport3" | 26 | path: "Components/Warps/worldport3" |
26 | destination { x: -33 y: 0 z: 1 } | 27 | destination { x: -33 y: 0 z: 1 } |
27 | rotation: 90 | 28 | rotation: 90 |
diff --git a/data/maps/the_impressive/rooms/Lobby.txtpb b/data/maps/the_impressive/rooms/Lobby.txtpb index f61691c..577a051 100644 --- a/data/maps/the_impressive/rooms/Lobby.txtpb +++ b/data/maps/the_impressive/rooms/Lobby.txtpb | |||
@@ -9,6 +9,7 @@ panels { | |||
9 | } | 9 | } |
10 | ports { | 10 | ports { |
11 | name: "GREAT" | 11 | name: "GREAT" |
12 | display_name: "Main Entrance" | ||
12 | path: "Components/Warps/worldport" | 13 | path: "Components/Warps/worldport" |
13 | destination { x: 0 y: 0 z: 11.5 } | 14 | destination { x: 0 y: 0 z: 11.5 } |
14 | rotation: 0 | 15 | rotation: 0 |
diff --git a/data/maps/the_impressive/rooms/Side Area.txtpb b/data/maps/the_impressive/rooms/Side Area.txtpb index a0c54cc..d1b28a3 100644 --- a/data/maps/the_impressive/rooms/Side Area.txtpb +++ b/data/maps/the_impressive/rooms/Side Area.txtpb | |||
@@ -9,6 +9,7 @@ panels { | |||
9 | } | 9 | } |
10 | ports { | 10 | ports { |
11 | name: "FOURROOMS" | 11 | name: "FOURROOMS" |
12 | display_name: "Four Rooms Entrance" | ||
12 | path: "Components/Warps/worldport2" | 13 | path: "Components/Warps/worldport2" |
13 | destination { x: -27 y: 0 z: 25.5 } | 14 | destination { x: -27 y: 0 z: 25.5 } |
14 | rotation: 0 | 15 | rotation: 0 |