mirror of
https://github.com/osukey/osukey.git
synced 2025-07-02 00:40:09 +09:00
Add check for background resolution and filesize
This commit is contained in:
@ -17,6 +17,7 @@ namespace osu.Game.Rulesets.Edit
|
||||
private readonly List<ICheck> checks = new List<ICheck>
|
||||
{
|
||||
new CheckBackground(),
|
||||
new CheckBackgroundQuality()
|
||||
};
|
||||
|
||||
public IEnumerable<Issue> Run(WorkingBeatmap workingBeatmap) => checks.SelectMany(check => check.Run(workingBeatmap));
|
||||
|
Reference in New Issue
Block a user