mirror of
https://github.com/osukey/osukey.git
synced 2025-05-29 01:17:35 +09:00
change default strength back to 0.5
This commit is contained in:
parent
0281bf672c
commit
40e98f84f3
@ -28,7 +28,7 @@ namespace osu.Game.Rulesets.Osu.Mods
|
|||||||
private IFrameStableClock gameplayClock;
|
private IFrameStableClock gameplayClock;
|
||||||
|
|
||||||
[SettingSource("Repulsion strength", "How strong the repulsion is.", 0)]
|
[SettingSource("Repulsion strength", "How strong the repulsion is.", 0)]
|
||||||
public BindableFloat RepulsionStrength { get; } = new BindableFloat(0.6f)
|
public BindableFloat RepulsionStrength { get; } = new BindableFloat(0.5f)
|
||||||
{
|
{
|
||||||
Precision = 0.05f,
|
Precision = 0.05f,
|
||||||
MinValue = 0.05f,
|
MinValue = 0.05f,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user