Add back CatcherArea to simplify layout

This commit is contained in:
Dean Herbert
2017-11-28 18:39:45 +09:00
parent 8f3fd7092e
commit b517523f4a
6 changed files with 252 additions and 221 deletions

View File

@ -26,7 +26,7 @@ namespace osu.Game.Rulesets.Catch.UI
protected override BeatmapConverter<CatchHitObject> CreateBeatmapConverter() => new CatchBeatmapConverter();
protected override Playfield CreatePlayfield() => new CatchPlayfield();
protected override Playfield CreatePlayfield() => new CatchPlayfield(Beatmap.BeatmapInfo.BaseDifficulty);
public override PassThroughInputManager CreateInputManager() => new CatchInputManager(Ruleset.RulesetInfo);