Changed default IntensityRange to 20-60
This commit is contained in:
parent
8526c6b00b
commit
54c82c93e2
@ -14,8 +14,8 @@ public struct Settings
|
||||
|
||||
public Range IntensityRange = new ()
|
||||
{
|
||||
Min = 0,
|
||||
Max = 50
|
||||
Min = 20,
|
||||
Max = 60
|
||||
};
|
||||
|
||||
public Range DurationRange = new()
|
||||
|
Loading…
Reference in New Issue
Block a user