symbol buttons

This commit is contained in:
2022-11-20 08:33:27 +01:00
parent d44a03b56e
commit ae1d19455e
18 changed files with 4742 additions and 95 deletions

View File

@@ -28,7 +28,7 @@ namespace Escape_Room_Engine.Engine.Scripts
[BoxGroup("Theme")]
[ColorUsage(false, true)]
public Color puzzleColor, solvedColor;
public Color puzzleColor, solvedColor, activeColor;
#endregion