Fix alpha value not being respected with custom object color object script, and also add a new type

This commit is contained in:
2025-09-09 22:45:58 -07:00
parent c3e24be551
commit 61a6025b9c
2 changed files with 56 additions and 7 deletions

View File

@@ -7,4 +7,5 @@ public enum ColorObjectType
TextColor,
TextColorImage,
MenuBackgroundColorImage,
MenuBackgroundColorText
}