Adjusted default values.

This commit is contained in:
glax 2024-01-14 00:42:05 +01:00
parent bc43aba60e
commit ceb7fb087c

View File

@ -12,13 +12,13 @@ public struct Settings
public Range IntensityRange = new () public Range IntensityRange = new ()
{ {
Min = 0, Min = 0,
Max = 100 Max = 50
}; };
public Range DurationRange = new() public Range DurationRange = new()
{ {
Min = 1000, Min = 1000,
Max = 2000 Max = 1000
}; };
public Dictionary<string, string> Actions = new() public Dictionary<string, string> Actions = new()