mirror of
https://github.com/osukey/osukey.git
synced 2025-05-09 15:47:38 +09:00
Remove empty lines
This commit is contained in:
parent
d9aef6f813
commit
83a4fb6f37
@ -20,14 +20,12 @@ namespace osu.Game.Rulesets.Osu.Mods
|
|||||||
public override string Acronym => "AC";
|
public override string Acronym => "AC";
|
||||||
public override string Description => "Never trust the approach circles...";
|
public override string Description => "Never trust the approach circles...";
|
||||||
public override double ScoreMultiplier => 1;
|
public override double ScoreMultiplier => 1;
|
||||||
|
|
||||||
public override IconUsage? Icon { get; } = FontAwesome.Regular.Circle;
|
public override IconUsage? Icon { get; } = FontAwesome.Regular.Circle;
|
||||||
|
|
||||||
[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 the size", "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,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user