Add option to enable different symbol durations for spooky theme; fix casing in snowstorm config

This commit is contained in:
CodeDevMLH
2026-02-27 04:25:53 +01:00
parent bb6c7796d5
commit 72ad4ee1a4
3 changed files with 208 additions and 227 deletions

View File

@@ -375,6 +375,7 @@ public class SpookyOptions
{
public bool EnableSpooky { get; set; } = true;
public int SymbolCount { get; set; } = 25;
public bool EnableDifferentDuration { get; set; } = true;
public bool EnableSpookySway { get; set; } = true;
public int SpookySize { get; set; } = 20;
public int SpookyGlowSize { get; set; } = 2;