mirror of
https://github.com/osukey/osukey.git
synced 2025-07-01 16:29:58 +09:00
Lowercase back button
This commit is contained in:
@ -10,7 +10,7 @@ namespace osu.Game.Graphics.UserInterface
|
|||||||
{
|
{
|
||||||
public BackButton()
|
public BackButton()
|
||||||
{
|
{
|
||||||
Text = @"Back";
|
Text = @"back";
|
||||||
Icon = FontAwesome.fa_osu_left_o;
|
Icon = FontAwesome.fa_osu_left_o;
|
||||||
Anchor = Anchor.BottomLeft;
|
Anchor = Anchor.BottomLeft;
|
||||||
Origin = Anchor.BottomLeft;
|
Origin = Anchor.BottomLeft;
|
||||||
|
Reference in New Issue
Block a user