Fix formatting + Add tests + fix touch UI

This commit is contained in:
Josh
2022-08-15 17:23:29 +08:00
parent 09e45f39b2
commit ff497c452f
3 changed files with 110 additions and 40 deletions

View File

@ -39,7 +39,6 @@ namespace osu.Game.Rulesets.Catch.UI
KeyBindingInputManager.Add(new TouchInputField());
}
protected override ReplayInputHandler CreateReplayInputHandler(Replay replay) => new CatchFramedReplayInputHandler(replay);
protected override ReplayRecorder CreateReplayRecorder(Score score) => new CatchReplayRecorder(score, (CatchPlayfield)Playfield);