1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-17 20:35:39 +08:00

Merge branch 'master' into storyboard-improvements

This commit is contained in:
Dean Herbert
2018-02-19 17:28:53 +09:00
committed by GitHub
Unverified
+1
View File
@@ -118,6 +118,7 @@ namespace osu.Game
dependencies.Cache(new OsuColour());
fileImporters.Add(BeatmapManager);
fileImporters.Add(ScoreStore);
//this completely overrides the framework default. will need to change once we make a proper FontStore.
dependencies.Cache(Fonts = new FontStore { ScaleAdjust = 100 });