diff options
| author | Star Rauchenberger <fefferburbia@gmail.com> | 2025-11-01 12:18:25 -0400 |
|---|---|---|
| committer | Star Rauchenberger <fefferburbia@gmail.com> | 2025-11-01 12:18:25 -0400 |
| commit | 21013ec0d1e3953276f11bd8cce12f33d46a33ec (patch) | |
| tree | b042bee93ad8d052db581bb04f6b5ddfd2547a72 /data/maps/the_relentless/doors.txtpb | |
| parent | 8d92a32ada857dd0ce3d0e4a17aede7558b6a1b3 (diff) | |
| download | lingo2-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.txtpb | 6 |
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 | } |
| 27 | doors { | 27 | doors { |
| 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 | } |
| 38 | doors { | 39 | doors { |
| 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" } |
