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_tree/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_tree/rooms')
-rw-r--r-- | data/maps/the_tree/rooms/Bearer Entrance.txtpb | 1 | ||||
-rw-r--r-- | data/maps/the_tree/rooms/Main Area.txtpb | 4 |
2 files changed, 5 insertions, 0 deletions
diff --git a/data/maps/the_tree/rooms/Bearer Entrance.txtpb b/data/maps/the_tree/rooms/Bearer Entrance.txtpb index e81027b..263a8e8 100644 --- a/data/maps/the_tree/rooms/Bearer Entrance.txtpb +++ b/data/maps/the_tree/rooms/Bearer Entrance.txtpb | |||
@@ -1,6 +1,7 @@ | |||
1 | name: "Bearer Entrance" | 1 | name: "Bearer Entrance" |
2 | ports { | 2 | ports { |
3 | name: "BEARER" | 3 | name: "BEARER" |
4 | display_name: "Brown Control Center Hallway" | ||
4 | path: "Components/Warps/worldport" | 5 | path: "Components/Warps/worldport" |
5 | destination { x: -15.5 y: 0 z: 20 } | 6 | destination { x: -15.5 y: 0 z: 20 } |
6 | rotation: 270 | 7 | rotation: 270 |
diff --git a/data/maps/the_tree/rooms/Main Area.txtpb b/data/maps/the_tree/rooms/Main Area.txtpb index 759b3dd..bd22c2b 100644 --- a/data/maps/the_tree/rooms/Main Area.txtpb +++ b/data/maps/the_tree/rooms/Main Area.txtpb | |||
@@ -211,6 +211,7 @@ panels { | |||
211 | } | 211 | } |
212 | ports { | 212 | ports { |
213 | name: "UNKEMPT" | 213 | name: "UNKEMPT" |
214 | display_name: "SW Worldport" | ||
214 | path: "Components/Warps/worldport4" | 215 | path: "Components/Warps/worldport4" |
215 | destination { x: -21 y: 0 z: 7 } | 216 | destination { x: -21 y: 0 z: 7 } |
216 | rotation: 0 | 217 | rotation: 0 |
@@ -218,6 +219,7 @@ ports { | |||
218 | } | 219 | } |
219 | ports { | 220 | ports { |
220 | name: "DIGITAL" | 221 | name: "DIGITAL" |
222 | display_name: "NW Worldport" | ||
221 | path: "Components/Warps/worldport5" | 223 | path: "Components/Warps/worldport5" |
222 | destination { x: -21 y: 0 z: -7 } | 224 | destination { x: -21 y: 0 z: -7 } |
223 | rotation: 180 | 225 | rotation: 180 |
@@ -225,12 +227,14 @@ ports { | |||
225 | } | 227 | } |
226 | ports { | 228 | ports { |
227 | name: "GREAT" | 229 | name: "GREAT" |
230 | display_name: "E Worldport" | ||
228 | path: "Components/Warps/worldport2" | 231 | path: "Components/Warps/worldport2" |
229 | destination { x: 21 y: 0 z: -4 } | 232 | destination { x: 21 y: 0 z: -4 } |
230 | rotation: 180 | 233 | rotation: 180 |
231 | } | 234 | } |
232 | ports { | 235 | ports { |
233 | name: "DAEDALUS" | 236 | name: "DAEDALUS" |
237 | display_name: "NE Worldport" | ||
234 | path: "Components/Warps/worldport3" | 238 | path: "Components/Warps/worldport3" |
235 | destination { x: 15.5 y: 0 z: -19 } | 239 | destination { x: 15.5 y: 0 z: -19 } |
236 | rotation: 90 | 240 | rotation: 90 |