mirror of https://github.com/ppy/osu
Clarified what the slider value is
This commit is contained in:
parent
9857779d42
commit
a6cf77beae
|
@ -17,7 +17,7 @@ public class OsuModDeflate : OsuModObjectScaleTween
|
|||
|
||||
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 @@ internal class OsuModGrow : OsuModObjectScaleTween
|
|||
|
||||
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