mirror of
https://github.com/osukey/osukey.git
synced 2025-05-30 01:47:30 +09:00
Change label of attribute
This commit is contained in:
parent
b6aedb22d8
commit
d9aef6f813
@ -26,14 +26,15 @@ namespace osu.Game.Rulesets.Osu.Mods
|
|||||||
[SettingSource("Easing", "Change the easing type of the approach circles.", 0)]
|
[SettingSource("Easing", "Change the easing type of the approach circles.", 0)]
|
||||||
public Bindable<Easing> BindableEasing { get; } = new Bindable<Easing>();
|
public Bindable<Easing> BindableEasing { get; } = new Bindable<Easing>();
|
||||||
|
|
||||||
[SettingSource("Scale", "Change the factor of the approach circle scale.", 1)]
|
[SettingSource("Scale the size", "Change the factor of the approach circle scale.", 1)]
|
||||||
|
|
||||||
public BindableFloat Scale { get; } = new BindableFloat
|
public BindableFloat Scale { get; } = new BindableFloat
|
||||||
{
|
{
|
||||||
Precision = 0.1f,
|
Precision = 0.1f,
|
||||||
MinValue = 2,
|
MinValue = 2,
|
||||||
MaxValue = 10,
|
MaxValue = 10,
|
||||||
Default = 4,
|
Default = 4,
|
||||||
Value = 4,
|
Value = 4
|
||||||
};
|
};
|
||||||
|
|
||||||
public void ApplyToDrawableHitObjects(IEnumerable<DrawableHitObject> drawables)
|
public void ApplyToDrawableHitObjects(IEnumerable<DrawableHitObject> drawables)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user