mirror of
https://github.com/ppy/osu.git
synced 2024-12-14 09:32:55 +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(@"osu!", t => t.Font = OsuFont.TorusAlternate);
|
||||||
text.AddText("editor", t =>
|
text.AddText(@"editor", t =>
|
||||||
{
|
{
|
||||||
t.Font = OsuFont.TorusAlternate;
|
t.Font = OsuFont.TorusAlternate;
|
||||||
t.Colour = colourProvider.Highlight1;
|
t.Colour = colourProvider.Highlight1;
|
||||||
|
Loading…
Reference in New Issue
Block a user