mirror of
https://github.com/osukey/osukey.git
synced 2025-08-05 23:53:51 +09:00
Update slider labels & descriptions
This commit is contained in:
@ -17,7 +17,7 @@ namespace osu.Game.Rulesets.Osu.Mods
|
|||||||
|
|
||||||
public override string Description => "Hit them at the right size!";
|
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
|
public override BindableNumber<float> StartScale { get; } = new BindableFloat
|
||||||
{
|
{
|
||||||
MinValue = 1f,
|
MinValue = 1f,
|
||||||
|
@ -17,7 +17,7 @@ namespace osu.Game.Rulesets.Osu.Mods
|
|||||||
|
|
||||||
public override string Description => "Hit them at the right size!";
|
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
|
public override BindableNumber<float> StartScale { get; } = new BindableFloat
|
||||||
{
|
{
|
||||||
MinValue = 0f,
|
MinValue = 0f,
|
||||||
|
Reference in New Issue
Block a user