mirror of
https://github.com/ppy/osu.git
synced 2024-11-11 14:17:26 +08:00
Mark editor tile as non-localisable
This commit is contained in:
parent
7f336b8dac
commit
871056790b
@ -61,8 +61,8 @@ namespace osu.Game.Screens.Edit.Components.Menus
|
||||
},
|
||||
});
|
||||
|
||||
text.AddText("osu!", t => t.Font = OsuFont.TorusAlternate);
|
||||
text.AddText("editor", t =>
|
||||
text.AddText(@"osu!", t => t.Font = OsuFont.TorusAlternate);
|
||||
text.AddText(@"editor", t =>
|
||||
{
|
||||
t.Font = OsuFont.TorusAlternate;
|
||||
t.Colour = colourProvider.Highlight1;
|
||||
|
Loading…
Reference in New Issue
Block a user