mirror of
https://github.com/osukey/osukey.git
synced 2025-05-02 04:07:22 +09:00
Add back forgotten score store to valid importers
This commit is contained in:
parent
999d0f99a6
commit
d70d40e3b8
@ -118,6 +118,7 @@ namespace osu.Game
|
|||||||
dependencies.Cache(new OsuColour());
|
dependencies.Cache(new OsuColour());
|
||||||
|
|
||||||
fileImporters.Add(BeatmapManager);
|
fileImporters.Add(BeatmapManager);
|
||||||
|
fileImporters.Add(ScoreStore);
|
||||||
|
|
||||||
//this completely overrides the framework default. will need to change once we make a proper FontStore.
|
//this completely overrides the framework default. will need to change once we make a proper FontStore.
|
||||||
dependencies.Cache(Fonts = new FontStore { ScaleAdjust = 100 });
|
dependencies.Cache(Fonts = new FontStore { ScaleAdjust = 100 });
|
||||||
|
Loading…
x
Reference in New Issue
Block a user