Bold font for OsuButtons.

This commit is contained in:
Dean Herbert 2017-01-31 19:58:45 +09:00
parent 6803b1a8db
commit 1bb142d42a
1 changed files with 1 additions and 0 deletions

View File

@ -25,6 +25,7 @@ public OsuButton()
Depth = -1,
Origin = Anchor.Centre,
Anchor = Anchor.Centre,
Font = @"Exo2.0-Bold",
};
[BackgroundDependencyLoader]