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_unyielding/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_unyielding/rooms')
4 files changed, 4 insertions, 0 deletions
diff --git a/data/maps/the_unyielding/rooms/Bearer Entrance.txtpb b/data/maps/the_unyielding/rooms/Bearer Entrance.txtpb index 0f6e372..6ce69da 100644 --- a/data/maps/the_unyielding/rooms/Bearer Entrance.txtpb +++ b/data/maps/the_unyielding/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: "East of Yellow Worldport" | ||
4 | path: "Components/Warps/worldport4" | 5 | path: "Components/Warps/worldport4" |
5 | destination { x: 23 y: 0 z: -29 } | 6 | destination { x: 23 y: 0 z: -29 } |
6 | rotation: 90 | 7 | rotation: 90 |
diff --git a/data/maps/the_unyielding/rooms/Digital Entrance.txtpb b/data/maps/the_unyielding/rooms/Digital Entrance.txtpb index fa7def2..853c5f0 100644 --- a/data/maps/the_unyielding/rooms/Digital Entrance.txtpb +++ b/data/maps/the_unyielding/rooms/Digital Entrance.txtpb | |||
@@ -8,6 +8,7 @@ panels { | |||
8 | } | 8 | } |
9 | ports { | 9 | ports { |
10 | name: "DIGITAL" | 10 | name: "DIGITAL" |
11 | display_name: "South of Yellow Worldport" | ||
11 | path: "Components/Warps/worldport" | 12 | path: "Components/Warps/worldport" |
12 | destination { x: 0 y: 0 z: 0 } | 13 | destination { x: 0 y: 0 z: 0 } |
13 | rotation: 0 | 14 | rotation: 0 |
diff --git a/data/maps/the_unyielding/rooms/Nuanced Entrance.txtpb b/data/maps/the_unyielding/rooms/Nuanced Entrance.txtpb index a2603c4..454dc3f 100644 --- a/data/maps/the_unyielding/rooms/Nuanced Entrance.txtpb +++ b/data/maps/the_unyielding/rooms/Nuanced Entrance.txtpb | |||
@@ -1,6 +1,7 @@ | |||
1 | name: "Nuanced Entrance" | 1 | name: "Nuanced Entrance" |
2 | ports { | 2 | ports { |
3 | name: "NUANCED" | 3 | name: "NUANCED" |
4 | display_name: "West of Yellow Worldport" | ||
4 | path: "Components/Warps/worldport3" | 5 | path: "Components/Warps/worldport3" |
5 | destination { x: -23 y: 0 z: -29 } | 6 | destination { x: -23 y: 0 z: -29 } |
6 | rotation: 270 | 7 | rotation: 270 |
diff --git a/data/maps/the_unyielding/rooms/Plaza Entrance.txtpb b/data/maps/the_unyielding/rooms/Plaza Entrance.txtpb index c6f1075..f866d87 100644 --- a/data/maps/the_unyielding/rooms/Plaza Entrance.txtpb +++ b/data/maps/the_unyielding/rooms/Plaza Entrance.txtpb | |||
@@ -15,6 +15,7 @@ panels { | |||
15 | } | 15 | } |
16 | ports { | 16 | ports { |
17 | name: "PLAZA" | 17 | name: "PLAZA" |
18 | display_name: "Dark Hallway" | ||
18 | path: "Components/Warps/worldport5" | 19 | path: "Components/Warps/worldport5" |
19 | destination { x: 35 y: 0 z: 44 } | 20 | destination { x: 35 y: 0 z: 44 } |
20 | rotation: 270 | 21 | rotation: 270 |