Merge branch 'master' into catch-editor-flip

This commit is contained in:
Dean Herbert
2021-07-21 19:54:39 +09:00
committed by GitHub
43 changed files with 590 additions and 359 deletions

View File

@ -19,7 +19,7 @@ namespace osu.Game.Rulesets.Catch.Edit
base.LoadComplete();
// TODO: honor "hit animation" setting?
CatcherArea.MovableCatcher.CatchFruitOnPlate = false;
Catcher.CatchFruitOnPlate = false;
// TODO: disable hit lighting as well
}