From 3ffc27f5d40a4f12934b1353a60644db5a4a9fab Mon Sep 17 00:00:00 2001 From: Star Rauchenberger Date: Thu, 23 Oct 2025 00:36:35 -0400 Subject: Latch the control center color doors --- data/maps/the_great/doors.txtpb | 3 +++ 1 file changed, 3 insertions(+) (limited to 'data/maps/the_great') diff --git a/data/maps/the_great/doors.txtpb b/data/maps/the_great/doors.txtpb index bf28421..132aa6f 100644 --- a/data/maps/the_great/doors.txtpb +++ b/data/maps/the_great/doors.txtpb @@ -54,18 +54,21 @@ doors { doors { name: "Control Center Purple Door" type: CONTROL_CENTER_COLOR + latch: true receivers: "Components/Doors/entry_23" control_center_color: "purple" } doors { name: "Control Center Gray Door" type: CONTROL_CENTER_COLOR + latch: true receivers: "Components/Doors/Gates/Gate/animationListener" control_center_color: "gray" } doors { name: "Control Center Red Door" type: CONTROL_CENTER_COLOR + latch: true receivers: "Components/Doors/entry_18" control_center_color: "red" } -- cgit 1.4.1