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_plaza | |
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_plaza')
4 files changed, 6 insertions, 0 deletions
diff --git a/data/maps/the_plaza/rooms/Main Area.txtpb b/data/maps/the_plaza/rooms/Main Area.txtpb index 20e6900..c2fca13 100644 --- a/data/maps/the_plaza/rooms/Main Area.txtpb +++ b/data/maps/the_plaza/rooms/Main Area.txtpb | |||
@@ -36,18 +36,21 @@ panels { | |||
36 | } | 36 | } |
37 | ports { | 37 | ports { |
38 | name: "UNYIELDING" | 38 | name: "UNYIELDING" |
39 | display_name: "Unyielding Hallway" | ||
39 | path: "Components/Warps/worldport" | 40 | path: "Components/Warps/worldport" |
40 | destination { x: 1 y: 0 z: 10 } | 41 | destination { x: 1 y: 0 z: 10 } |
41 | rotation: 270 | 42 | rotation: 270 |
42 | } | 43 | } |
43 | ports { | 44 | ports { |
44 | name: "IMPRESSIVE" | 45 | name: "IMPRESSIVE" |
46 | display_name: "Impressive Hallway" | ||
45 | path: "Components/Warps/worldport2" | 47 | path: "Components/Warps/worldport2" |
46 | destination { x: 11 y: 0 z: 10 } | 48 | destination { x: 11 y: 0 z: 10 } |
47 | rotation: 270 | 49 | rotation: 270 |
48 | } | 50 | } |
49 | ports { | 51 | ports { |
50 | name: "BETWEEN" | 52 | name: "BETWEEN" |
53 | display_name: "Between Hallway" | ||
51 | path: "Components/Warps/worldport3" | 54 | path: "Components/Warps/worldport3" |
52 | destination { x: -9 y: 0 z: 10 } | 55 | destination { x: -9 y: 0 z: 10 } |
53 | rotation: 270 | 56 | rotation: 270 |
diff --git a/data/maps/the_plaza/rooms/Repetitive Entrance.txtpb b/data/maps/the_plaza/rooms/Repetitive Entrance.txtpb index 107c7f3..59faaa8 100644 --- a/data/maps/the_plaza/rooms/Repetitive Entrance.txtpb +++ b/data/maps/the_plaza/rooms/Repetitive Entrance.txtpb | |||
@@ -8,6 +8,7 @@ panels { | |||
8 | } | 8 | } |
9 | ports { | 9 | ports { |
10 | name: "REPETITIVE" | 10 | name: "REPETITIVE" |
11 | display_name: "Repetitive Entrance" | ||
11 | path: "Components/Warps/worldport5" | 12 | path: "Components/Warps/worldport5" |
12 | destination { x: -19 y: 0 z: 16 } | 13 | destination { x: -19 y: 0 z: 16 } |
13 | rotation: 180 | 14 | rotation: 180 |
diff --git a/data/maps/the_plaza/rooms/Sirenic Entrance.txtpb b/data/maps/the_plaza/rooms/Sirenic Entrance.txtpb index 48474b9..524de2b 100644 --- a/data/maps/the_plaza/rooms/Sirenic Entrance.txtpb +++ b/data/maps/the_plaza/rooms/Sirenic Entrance.txtpb | |||
@@ -8,6 +8,7 @@ panels { | |||
8 | } | 8 | } |
9 | ports { | 9 | ports { |
10 | name: "SIRENIC" | 10 | name: "SIRENIC" |
11 | display_name: "Sirenic Entrance" | ||
11 | path: "Components/Warps/worldport6" | 12 | path: "Components/Warps/worldport6" |
12 | destination { x: -51 y: 0 z: -43 } | 13 | destination { x: -51 y: 0 z: -43 } |
13 | rotation: 270 | 14 | rotation: 270 |
diff --git a/data/maps/the_plaza/rooms/Symbolic Entrance.txtpb b/data/maps/the_plaza/rooms/Symbolic Entrance.txtpb index cb9ef4f..e2719b8 100644 --- a/data/maps/the_plaza/rooms/Symbolic Entrance.txtpb +++ b/data/maps/the_plaza/rooms/Symbolic Entrance.txtpb | |||
@@ -8,6 +8,7 @@ panels { | |||
8 | } | 8 | } |
9 | ports { | 9 | ports { |
10 | name: "SYMBOLIC" | 10 | name: "SYMBOLIC" |
11 | display_name: "Symbolic Entrance" | ||
11 | path: "Components/Warps/worldport4" | 12 | path: "Components/Warps/worldport4" |
12 | destination { x: 28 y: 0 z: 4 } | 13 | destination { x: 28 y: 0 z: 4 } |
13 | rotation: 0 | 14 | rotation: 0 |