Move flashlight code from OsuModFlashlight to ModFlashlight and implement other modes and break time

This commit is contained in:
jorolf
2018-11-11 18:38:12 +01:00
parent 5c09662c14
commit 023924396d
11 changed files with 388 additions and 80 deletions

View File

@ -27,7 +27,7 @@ namespace osu.Game.Rulesets.Catch.UI
{
public const float CATCHER_SIZE = 100;
protected readonly Catcher MovableCatcher;
protected internal readonly Catcher MovableCatcher;
public Func<CatchHitObject, DrawableHitObject<CatchHitObject>> GetVisualRepresentation;