From 6af543ba049e3ba880b113907cd5222b205b8c05 Mon Sep 17 00:00:00 2001 From: Star Rauchenberger Date: Mon, 8 Sep 2025 12:42:31 -0400 Subject: Add cyan door behavior option --- proto/data.proto | 3 +++ 1 file changed, 3 insertions(+) (limited to 'proto/data.proto') diff --git a/proto/data.proto b/proto/data.proto index 84d14ef..24b98fe 100644 --- a/proto/data.proto +++ b/proto/data.proto @@ -41,6 +41,9 @@ enum DoorGroupType { // connections are not shuffled, but are not items at all when control center // colors are not shuffled. COLOR_CONNECTOR = 2; + + // Groups with this type become an item if cyan door behavior is set to item. + CYAN_DOORS = 3; } enum AxisDirection { -- cgit 1.4.1