about summary refs log tree commit diff stats
path: root/data/maps/the_relentless/doors.txtpb
diff options
context:
space:
mode:
authorStar Rauchenberger <fefferburbia@gmail.com>2025-11-01 12:18:25 -0400
committerStar Rauchenberger <fefferburbia@gmail.com>2025-11-01 12:18:25 -0400
commit21013ec0d1e3953276f11bd8cce12f33d46a33ec (patch)
treeb042bee93ad8d052db581bb04f6b5ddfd2547a72 /data/maps/the_relentless/doors.txtpb
parent8d92a32ada857dd0ce3d0e4a17aede7558b6a1b3 (diff)
downloadlingo2-archipelago-21013ec0d1e3953276f11bd8cce12f33d46a33ec.tar.gz
lingo2-archipelago-21013ec0d1e3953276f11bd8cce12f33d46a33ec.tar.bz2
lingo2-archipelago-21013ec0d1e3953276f11bd8cce12f33d46a33ec.zip
(Almost) all panels are locations or connections now
Diffstat (limited to 'data/maps/the_relentless/doors.txtpb')
-rw-r--r--data/maps/the_relentless/doors.txtpb6
1 files changed, 4 insertions, 2 deletions
diff --git a/data/maps/the_relentless/doors.txtpb b/data/maps/the_relentless/doors.txtpb index e970e40..e755d0b 100644 --- a/data/maps/the_relentless/doors.txtpb +++ b/data/maps/the_relentless/doors.txtpb
@@ -26,7 +26,8 @@ doors {
26} 26}
27doors { 27doors {
28 name: "Left/Turn Door" 28 name: "Left/Turn Door"
29 type: LEGACY_LOCATION 29 type: EVENT
30 legacy_location: true
30 panels { room: "Left Room" name: "HIDE" } 31 panels { room: "Left Room" name: "HIDE" }
31 panels { room: "Left Room" name: "LEFT" } 32 panels { room: "Left Room" name: "LEFT" }
32 panels { room: "Left Room" name: "MORE" } 33 panels { room: "Left Room" name: "MORE" }
@@ -37,7 +38,8 @@ doors {
37} 38}
38doors { 39doors {
39 name: "Turn/Shop Door" 40 name: "Turn/Shop Door"
40 type: LEGACY_LOCATION 41 type: EVENT
42 legacy_location: true
41 panels { room: "Turn Room" name: "HIDE (1)" } 43 panels { room: "Turn Room" name: "HIDE (1)" }
42 panels { room: "Turn Room" name: "HIDE (2)" } 44 panels { room: "Turn Room" name: "HIDE (2)" }
43 panels { room: "Turn Room" name: "MORE" } 45 panels { room: "Turn Room" name: "MORE" }