mirror of
https://github.com/ppy/osu.git
synced 2026-05-24 07:14:10 +08:00
change default strength back to 0.5
This commit is contained in:
@@ -28,7 +28,7 @@ namespace osu.Game.Rulesets.Osu.Mods
|
||||
private IFrameStableClock gameplayClock;
|
||||
|
||||
[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,
|
||||
MinValue = 0.05f,
|
||||
|
||||
Reference in New Issue
Block a user