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 ()
|
public Range IntensityRange = new ()
|
||||||
{
|
{
|
||||||
Min = 0,
|
Min = 20,
|
||||||
Max = 50
|
Max = 60
|
||||||
};
|
};
|
||||||
|
|
||||||
public Range DurationRange = new()
|
public Range DurationRange = new()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user