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_invisible/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_invisible/rooms')
| -rw-r--r-- | data/maps/the_invisible/rooms/Entrance.txtpb | 1 | ||||
| -rw-r--r-- | data/maps/the_invisible/rooms/Maze.txtpb | 1 |
2 files changed, 2 insertions, 0 deletions
| diff --git a/data/maps/the_invisible/rooms/Entrance.txtpb b/data/maps/the_invisible/rooms/Entrance.txtpb index d898b9f..c74b968 100644 --- a/data/maps/the_invisible/rooms/Entrance.txtpb +++ b/data/maps/the_invisible/rooms/Entrance.txtpb | |||
| @@ -8,6 +8,7 @@ panels { | |||
| 8 | } | 8 | } |
| 9 | ports { | 9 | ports { |
| 10 | name: "ENTRY" | 10 | name: "ENTRY" |
| 11 | display_name: "Entrance" | ||
| 11 | path: "Components/Warps/worldport2" | 12 | path: "Components/Warps/worldport2" |
| 12 | destination { x: 0 y: 0 z: -57 } | 13 | destination { x: 0 y: 0 z: -57 } |
| 13 | rotation: 180 | 14 | rotation: 180 |
| diff --git a/data/maps/the_invisible/rooms/Maze.txtpb b/data/maps/the_invisible/rooms/Maze.txtpb index fd80bcb..46f3fbc 100644 --- a/data/maps/the_invisible/rooms/Maze.txtpb +++ b/data/maps/the_invisible/rooms/Maze.txtpb | |||
| @@ -5,6 +5,7 @@ masteries { | |||
| 5 | } | 5 | } |
| 6 | ports { | 6 | ports { |
| 7 | name: "ENTRY" | 7 | name: "ENTRY" |
| 8 | display_name: "Exit" | ||
| 8 | path: "Components/Warps/worldport" | 9 | path: "Components/Warps/worldport" |
| 9 | # Should this be shuffleable? It skips the maze lol. | 10 | # Should this be shuffleable? It skips the maze lol. |
| 10 | destination { x: 0 y: 0 z: 9.5 } | 11 | destination { x: 0 y: 0 z: 9.5 } |
