From 21013ec0d1e3953276f11bd8cce12f33d46a33ec Mon Sep 17 00:00:00 2001 From: Star Rauchenberger Date: Sat, 1 Nov 2025 12:18:25 -0400 Subject: (Almost) all panels are locations or connections now --- data/maps/the_crystalline/doors.txtpb | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'data/maps/the_crystalline/doors.txtpb') diff --git a/data/maps/the_crystalline/doors.txtpb b/data/maps/the_crystalline/doors.txtpb index 024752a..5930463 100644 --- a/data/maps/the_crystalline/doors.txtpb +++ b/data/maps/the_crystalline/doors.txtpb @@ -3,3 +3,12 @@ doors { type: EVENT panels { room: "Flip Area" name: "SUCCEED" } } +doors { + name: "Checkpoint Panels" + type: LOCATION_ONLY + panels { room: "Main Area" name: "DROP" } + panels { room: "Main Area" name: "LEAP" } + panels { room: "Main Area" name: "SPIN" } + location_room: "Main Area" + location_name: "DROP, LEAP, SPIN" +} -- cgit 1.4.1