1
0
mirror of https://github.com/ppy/osu.git synced 2024-12-15 09:42:54 +08:00

Bold font for OsuButtons.

This commit is contained in:
Dean Herbert 2017-01-31 19:58:45 +09:00
parent 6803b1a8db
commit 1bb142d42a

View File

@ -25,6 +25,7 @@ namespace osu.Game.Graphics.UserInterface
Depth = -1,
Origin = Anchor.Centre,
Anchor = Anchor.Centre,
Font = @"Exo2.0-Bold",
};
[BackgroundDependencyLoader]