implement hidden (mostly)

some things work and others don't, I dunno
This commit is contained in:
Aergwyn
2017-12-26 17:25:18 +01:00
parent f5d4ed2a22
commit 4c2554595e
9 changed files with 126 additions and 80 deletions

View File

@ -26,6 +26,8 @@ namespace osu.Game.Rulesets.Osu.Objects.Drawables.Pieces
private const float idle_alpha = 0.2f;
private const float tracking_alpha = 0.4f;
public override bool IsPresent => true; // handle input when hidden
public SpinnerDisc(Spinner s)
{
spinner = s;