diff options
author | Star Rauchenberger <fefferburbia@gmail.com> | 2025-09-28 15:12:29 -0400 |
---|---|---|
committer | Star Rauchenberger <fefferburbia@gmail.com> | 2025-09-28 15:12:29 -0400 |
commit | 72dda5bda051dc78c9559c9c0ec1767aa55656cb (patch) | |
tree | 52d3fa4359535dabc21372e2e868bb973f8d3b5a | |
parent | 048b6bdc607c61bf04766162970933e818a7173a (diff) | |
download | lingo2-archipelago-72dda5bda051dc78c9559c9c0ec1767aa55656cb.tar.gz lingo2-archipelago-72dda5bda051dc78c9559c9c0ec1767aa55656cb.tar.bz2 lingo2-archipelago-72dda5bda051dc78c9559c9c0ec1767aa55656cb.zip |
Fixed misnamed ports in the_parthenon only-apworld
-rw-r--r-- | data/maps/the_parthenon/rooms/Main Area.txtpb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/data/maps/the_parthenon/rooms/Main Area.txtpb b/data/maps/the_parthenon/rooms/Main Area.txtpb index 79f5e8f..2d989f8 100644 --- a/data/maps/the_parthenon/rooms/Main Area.txtpb +++ b/data/maps/the_parthenon/rooms/Main Area.txtpb | |||
@@ -55,14 +55,14 @@ panels { | |||
55 | } | 55 | } |
56 | ports { | 56 | ports { |
57 | name: "GALLERY" | 57 | name: "GALLERY" |
58 | display_name: "Building Worldport" | 58 | display_name: "Columns Worldport" |
59 | path: "Components/Warps/worldport" | 59 | path: "Components/Warps/worldport" |
60 | destination { x: 0 y: 0 z: 0 } | 60 | destination { x: 0 y: 0 z: 0 } |
61 | rotation: 0 | 61 | rotation: 0 |
62 | } | 62 | } |
63 | ports { | 63 | ports { |
64 | name: "ENTRY" | 64 | name: "ENTRY" |
65 | display_name: "Columns Worldport" | 65 | display_name: "Building Worldport" |
66 | path: "Components/Warps/worldport2" | 66 | path: "Components/Warps/worldport2" |
67 | destination { x: 0 y: 0 z: -21 } | 67 | destination { x: 0 y: 0 z: -21 } |
68 | rotation: 0 | 68 | rotation: 0 |