about summary refs log tree commit diff stats
path: root/data/maps/the_colorful/rooms
diff options
context:
space:
mode:
authorStar Rauchenberger <fefferburbia@gmail.com>2025-09-21 12:44:50 -0400
committerStar Rauchenberger <fefferburbia@gmail.com>2025-09-21 12:44:50 -0400
commitb53018acc54a7b8812a0b9830562879071d05fa6 (patch)
tree263795fb5358292263916a1621bacabc73873645 /data/maps/the_colorful/rooms
parente896b5e91c04723484c25bf1e2b00a248ea18614 (diff)
downloadlingo2-archipelago-b53018acc54a7b8812a0b9830562879071d05fa6.tar.gz
lingo2-archipelago-b53018acc54a7b8812a0b9830562879071d05fa6.tar.bz2
lingo2-archipelago-b53018acc54a7b8812a0b9830562879071d05fa6.zip
[Data] Annotate shuffleable ports
Diffstat (limited to 'data/maps/the_colorful/rooms')
-rw-r--r--data/maps/the_colorful/rooms/Cyan Hallway.txtpb6
-rw-r--r--data/maps/the_colorful/rooms/White Room.txtpb3
2 files changed, 6 insertions, 3 deletions
diff --git a/data/maps/the_colorful/rooms/Cyan Hallway.txtpb b/data/maps/the_colorful/rooms/Cyan Hallway.txtpb index 97ddb0f..268caa6 100644 --- a/data/maps/the_colorful/rooms/Cyan Hallway.txtpb +++ b/data/maps/the_colorful/rooms/Cyan Hallway.txtpb
@@ -24,10 +24,12 @@ panels {
24ports { 24ports {
25 name: "STURDY" 25 name: "STURDY"
26 path: "Components/Warps/worldport3" 26 path: "Components/Warps/worldport3"
27 orientation: "west" 27 destination { x: -17 y: 0 z: -75 }
28 rotation: 270
28} 29}
29ports { 30ports {
30 name: "DARKROOM" 31 name: "DARKROOM"
31 path: "Components/Warps/worldport2" 32 path: "Components/Warps/worldport2"
32 orientation: "west" 33 destination { x: -17 y: 0 z: -51 }
34 rotation: 270
33} 35}
diff --git a/data/maps/the_colorful/rooms/White Room.txtpb b/data/maps/the_colorful/rooms/White Room.txtpb index c2cf33f..da28fdc 100644 --- a/data/maps/the_colorful/rooms/White Room.txtpb +++ b/data/maps/the_colorful/rooms/White Room.txtpb
@@ -9,5 +9,6 @@ panels {
9ports { 9ports {
10 name: "GREAT" 10 name: "GREAT"
11 path: "Components/Warps/worldport" 11 path: "Components/Warps/worldport"
12 orientation: "west" 12 destination { x: 3.5 y: 0 z: 19 }
13 rotation: 270
13} 14}