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_colorful | |
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_colorful')
-rw-r--r-- | data/maps/the_colorful/rooms/Cyan Hallway.txtpb | 2 | ||||
-rw-r--r-- | data/maps/the_colorful/rooms/White Room.txtpb | 1 |
2 files changed, 3 insertions, 0 deletions
diff --git a/data/maps/the_colorful/rooms/Cyan Hallway.txtpb b/data/maps/the_colorful/rooms/Cyan Hallway.txtpb index 268caa6..d94a0a6 100644 --- a/data/maps/the_colorful/rooms/Cyan Hallway.txtpb +++ b/data/maps/the_colorful/rooms/Cyan Hallway.txtpb | |||
@@ -23,12 +23,14 @@ panels { | |||
23 | } | 23 | } |
24 | ports { | 24 | ports { |
25 | name: "STURDY" | 25 | name: "STURDY" |
26 | display_name: "North Cyan Worldport" | ||
26 | path: "Components/Warps/worldport3" | 27 | path: "Components/Warps/worldport3" |
27 | destination { x: -17 y: 0 z: -75 } | 28 | destination { x: -17 y: 0 z: -75 } |
28 | rotation: 270 | 29 | rotation: 270 |
29 | } | 30 | } |
30 | ports { | 31 | ports { |
31 | name: "DARKROOM" | 32 | name: "DARKROOM" |
33 | display_name: "South Cyan Worldport" | ||
32 | path: "Components/Warps/worldport2" | 34 | path: "Components/Warps/worldport2" |
33 | destination { x: -17 y: 0 z: -51 } | 35 | destination { x: -17 y: 0 z: -51 } |
34 | rotation: 270 | 36 | rotation: 270 |
diff --git a/data/maps/the_colorful/rooms/White Room.txtpb b/data/maps/the_colorful/rooms/White Room.txtpb index 45c9a78..73557ed 100644 --- a/data/maps/the_colorful/rooms/White Room.txtpb +++ b/data/maps/the_colorful/rooms/White Room.txtpb | |||
@@ -8,6 +8,7 @@ panels { | |||
8 | } | 8 | } |
9 | ports { | 9 | ports { |
10 | name: "GREAT" | 10 | name: "GREAT" |
11 | display_name: "Main Entrance" | ||
11 | path: "Components/Warps/worldport" | 12 | path: "Components/Warps/worldport" |
12 | destination { x: -3.5 y: 0 z: 19 } | 13 | destination { x: -3.5 y: 0 z: 19 } |
13 | rotation: 270 | 14 | rotation: 270 |