mirror of
https://github.com/ppy/osu.git
synced 2025-02-10 10:22:55 +08:00
Fix typo in setting name
Co-authored-by: Bartłomiej Dach <dach.bartlomiej@gmail.com>
This commit is contained in:
parent
e79bed8fbe
commit
6d5692fcec
@ -23,7 +23,7 @@ namespace osu.Game.Skinning.Components
|
|||||||
{
|
{
|
||||||
public bool UsesFixedAnchor { get; set; }
|
public bool UsesFixedAnchor { get; set; }
|
||||||
|
|
||||||
[SettingSource("Spining text", "Whether the big text should spin")]
|
[SettingSource("Spinning text", "Whether the big text should spin")]
|
||||||
public Bindable<bool> TextSpin { get; } = new BindableBool();
|
public Bindable<bool> TextSpin { get; } = new BindableBool();
|
||||||
|
|
||||||
[SettingSource("Alpha", "The alpha value of this box")]
|
[SettingSource("Alpha", "The alpha value of this box")]
|
||||||
|
Loading…
Reference in New Issue
Block a user