1
0
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:
Dean Herbert 2023-07-19 15:01:20 +09:00
parent 7f336b8dac
commit 871056790b

View File

@ -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;