Add option to enable different symbol durations for spooky theme; fix casing in snowstorm config
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user