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_digital/rooms/Main Area.txtpb | |
| 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_digital/rooms/Main Area.txtpb')
| -rw-r--r-- | data/maps/the_digital/rooms/Main Area.txtpb | 3 |
1 files changed, 3 insertions, 0 deletions
| diff --git a/data/maps/the_digital/rooms/Main Area.txtpb b/data/maps/the_digital/rooms/Main Area.txtpb index 3a52778..26770c2 100644 --- a/data/maps/the_digital/rooms/Main Area.txtpb +++ b/data/maps/the_digital/rooms/Main Area.txtpb | |||
| @@ -27,18 +27,21 @@ panels { | |||
| 27 | } | 27 | } |
| 28 | ports { | 28 | ports { |
| 29 | name: "ENTRY1" | 29 | name: "ENTRY1" |
| 30 | display_name: "Maze NW Worldport" | ||
| 30 | path: "Components/Worldports/worldport3" | 31 | path: "Components/Worldports/worldport3" |
| 31 | destination { x: -33 y: 0 z: 28 } | 32 | destination { x: -33 y: 0 z: 28 } |
| 32 | rotation: 270 | 33 | rotation: 270 |
| 33 | } | 34 | } |
| 34 | ports { | 35 | ports { |
| 35 | name: "ENTRY2" | 36 | name: "ENTRY2" |
| 37 | display_name: "Maze SW Worldport" | ||
| 36 | path: "Components/Worldports/worldport" | 38 | path: "Components/Worldports/worldport" |
| 37 | destination { x: -30 y: 0 z: 51 } | 39 | destination { x: -30 y: 0 z: 51 } |
| 38 | rotation: 0 | 40 | rotation: 0 |
| 39 | } | 41 | } |
| 40 | ports { | 42 | ports { |
| 41 | name: "ENTRY3" | 43 | name: "ENTRY3" |
| 44 | display_name: "Maze SE Worldport" | ||
| 42 | path: "Components/Worldports/worldport2" | 45 | path: "Components/Worldports/worldport2" |
| 43 | destination { x: 0 y: 0 z: 51 } | 46 | destination { x: 0 y: 0 z: 51 } |
| 44 | rotation: 0 | 47 | rotation: 0 |
