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_bearer | |
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_bearer')
-rw-r--r-- | data/maps/the_bearer/rooms/Back Area.txtpb | 1 | ||||
-rw-r--r-- | data/maps/the_bearer/rooms/Entry.txtpb | 1 | ||||
-rw-r--r-- | data/maps/the_bearer/rooms/Tree Entrance.txtpb | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/data/maps/the_bearer/rooms/Back Area.txtpb b/data/maps/the_bearer/rooms/Back Area.txtpb index 0be8a7c..2be4cb4 100644 --- a/data/maps/the_bearer/rooms/Back Area.txtpb +++ b/data/maps/the_bearer/rooms/Back Area.txtpb | |||
@@ -8,6 +8,7 @@ panels { | |||
8 | } | 8 | } |
9 | ports { | 9 | ports { |
10 | name: "DAEDALUS" | 10 | name: "DAEDALUS" |
11 | display_name: "Dark Hallway" | ||
11 | path: "Components/Warps/worldport2" | 12 | path: "Components/Warps/worldport2" |
12 | destination { x: 10 y: 0 z: -84.5 } | 13 | destination { x: 10 y: 0 z: -84.5 } |
13 | rotation: 180 | 14 | rotation: 180 |
diff --git a/data/maps/the_bearer/rooms/Entry.txtpb b/data/maps/the_bearer/rooms/Entry.txtpb index e770924..517088d 100644 --- a/data/maps/the_bearer/rooms/Entry.txtpb +++ b/data/maps/the_bearer/rooms/Entry.txtpb | |||
@@ -57,6 +57,7 @@ panels { | |||
57 | } | 57 | } |
58 | ports { | 58 | ports { |
59 | name: "UNYIELDING" | 59 | name: "UNYIELDING" |
60 | display_name: "Main Entrance" | ||
60 | path: "Components/Warps/worldport" | 61 | path: "Components/Warps/worldport" |
61 | destination { x: 3 y: 4 z: 15 } | 62 | destination { x: 3 y: 4 z: 15 } |
62 | rotation: 90 | 63 | rotation: 90 |
diff --git a/data/maps/the_bearer/rooms/Tree Entrance.txtpb b/data/maps/the_bearer/rooms/Tree Entrance.txtpb index d3172dc..1b50ddd 100644 --- a/data/maps/the_bearer/rooms/Tree Entrance.txtpb +++ b/data/maps/the_bearer/rooms/Tree Entrance.txtpb | |||
@@ -1,6 +1,7 @@ | |||
1 | name: "Tree Entrance" | 1 | name: "Tree Entrance" |
2 | ports { | 2 | ports { |
3 | name: "TREE" | 3 | name: "TREE" |
4 | display_name: "Brown Hallway" | ||
4 | path: "Components/Warps/worldport3" | 5 | path: "Components/Warps/worldport3" |
5 | destination { x: -19 y: 0 z: -83.5 } | 6 | destination { x: -19 y: 0 z: -83.5 } |
6 | rotation: 180 | 7 | rotation: 180 |