mirror of
https://github.com/ppy/osu.git
synced 2025-03-05 11:43:01 +08:00
Update slider labels & descriptions
This commit is contained in:
parent
0975610bf7
commit
56b0094d43
@ -17,7 +17,7 @@ namespace osu.Game.Rulesets.Osu.Mods
|
||||
|
||||
public override string Description => "Hit them at the right size!";
|
||||
|
||||
[SettingSource("Starting size modifier", "The object starting size modifier")]
|
||||
[SettingSource("Starting Size", "The initial size multiplier applied to all objects.")]
|
||||
public override BindableNumber<float> StartScale { get; } = new BindableFloat
|
||||
{
|
||||
MinValue = 1f,
|
||||
|
@ -17,7 +17,7 @@ namespace osu.Game.Rulesets.Osu.Mods
|
||||
|
||||
public override string Description => "Hit them at the right size!";
|
||||
|
||||
[SettingSource("Starting size modifier", "The object starting size modifier")]
|
||||
[SettingSource("Starting Size", "The initial size multiplier applied to all objects.")]
|
||||
public override BindableNumber<float> StartScale { get; } = new BindableFloat
|
||||
{
|
||||
MinValue = 0f,
|
||||
|
Loading…
Reference in New Issue
Block a user