diff options
author | Star Rauchenberger <fefferburbia@gmail.com> | 2025-09-22 21:50:23 -0400 |
---|---|---|
committer | Star Rauchenberger <fefferburbia@gmail.com> | 2025-09-22 21:50:23 -0400 |
commit | 0cfd5292c341f41b6426b443f56db1cf11911c9a (patch) | |
tree | 8e84f363c98b9c497b6091c91d25490cdfc2175f /data | |
parent | 96d5da7ae8459509780e99e3e53fd146f6b055b1 (diff) | |
download | lingo2-archipelago-0cfd5292c341f41b6426b443f56db1cf11911c9a.tar.gz lingo2-archipelago-0cfd5292c341f41b6426b443f56db1cf11911c9a.tar.bz2 lingo2-archipelago-0cfd5292c341f41b6426b443f56db1cf11911c9a.zip |
[Data] Fix The Colorful entrance port
Diffstat (limited to 'data')
-rw-r--r-- | data/maps/the_colorful/rooms/White Room.txtpb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/maps/the_colorful/rooms/White Room.txtpb b/data/maps/the_colorful/rooms/White Room.txtpb index da28fdc..45c9a78 100644 --- a/data/maps/the_colorful/rooms/White Room.txtpb +++ b/data/maps/the_colorful/rooms/White Room.txtpb | |||
@@ -9,6 +9,6 @@ panels { | |||
9 | ports { | 9 | ports { |
10 | name: "GREAT" | 10 | name: "GREAT" |
11 | path: "Components/Warps/worldport" | 11 | path: "Components/Warps/worldport" |
12 | destination { x: 3.5 y: 0 z: 19 } | 12 | destination { x: -3.5 y: 0 z: 19 } |
13 | rotation: 270 | 13 | rotation: 270 |
14 | } | 14 | } |