Clarified what the slider value is

This commit is contained in:
Fabian 2020-07-17 17:53:20 +02:00
parent 9857779d42
commit a6cf77beae
2 changed files with 2 additions and 2 deletions

View File

@ -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,

View File

@ -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,