diff options
author | Star Rauchenberger <fefferburbia@gmail.com> | 2025-09-08 12:42:31 -0400 |
---|---|---|
committer | Star Rauchenberger <fefferburbia@gmail.com> | 2025-09-08 12:42:31 -0400 |
commit | 6af543ba049e3ba880b113907cd5222b205b8c05 (patch) | |
tree | 58a17c86870db0e67e30e20b7349aee69fba4e82 /proto | |
parent | 215b576cc816f6f378d057b330ef01f02539602a (diff) | |
download | lingo2-archipelago-6af543ba049e3ba880b113907cd5222b205b8c05.tar.gz lingo2-archipelago-6af543ba049e3ba880b113907cd5222b205b8c05.tar.bz2 lingo2-archipelago-6af543ba049e3ba880b113907cd5222b205b8c05.zip |
Add cyan door behavior option
Diffstat (limited to 'proto')
-rw-r--r-- | proto/data.proto | 3 |
1 files changed, 3 insertions, 0 deletions
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 { | |||
41 | // connections are not shuffled, but are not items at all when control center | 41 | // connections are not shuffled, but are not items at all when control center |
42 | // colors are not shuffled. | 42 | // colors are not shuffled. |
43 | COLOR_CONNECTOR = 2; | 43 | COLOR_CONNECTOR = 2; |
44 | |||
45 | // Groups with this type become an item if cyan door behavior is set to item. | ||
46 | CYAN_DOORS = 3; | ||
44 | } | 47 | } |
45 | 48 | ||
46 | enum AxisDirection { | 49 | enum AxisDirection { |