mirror of
https://github.com/ppy/osu.git
synced 2025-01-28 16:12:57 +08:00
Clarified what the slider value is
This commit is contained in:
parent
9857779d42
commit
a6cf77beae
@ -17,7 +17,7 @@ namespace osu.Game.Rulesets.Osu.Mods
|
||||
|
||||
public override string Description => "Hit them at the right size!";
|
||||
|
||||
[SettingSource("Starting size", "The object starting size")]
|
||||
[SettingSource("Starting size modifier", "The object starting size modifier")]
|
||||
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", "The object starting size")]
|
||||
[SettingSource("Starting size modifier", "The object starting size modifier")]
|
||||
public override BindableNumber<float> StartScale { get; } = new BindableFloat
|
||||
{
|
||||
MinValue = 0f,
|
||||
|
Loading…
Reference in New Issue
Block a user