Skip to content

Commit

Permalink
Add back resume overlay
Browse files Browse the repository at this point in the history
Now using the one used by mania and catch
  • Loading branch information
LumpBloom7 committed Apr 12, 2024
1 parent 21b1808 commit 0b3b9dc
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions osu.Game.Rulesets.Sentakki/UI/DrawableSentakkiRuleset.cs
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
using osu.Framework.Input.Bindings;
using osu.Framework.Input.Events;
using osu.Game.Beatmaps;
using osu.Game.Screens.Play;
using osu.Game.Input.Bindings;
using osu.Game.Input.Handlers;
using osu.Game.Replays;
Expand Down Expand Up @@ -159,15 +160,8 @@ public void OnReleased(KeyBindingReleaseEvent<GlobalAction> e) { }

public override DrawableHitObject<SentakkiHitObject> CreateDrawableRepresentation(SentakkiHitObject h) => null!;

// protected override ResumeOverlay CreateResumeOverlay() => new SentakkiResumeOverlay();
protected override ResumeOverlay CreateResumeOverlay() => new DelayedResumeOverlay();

protected override PassThroughInputManager CreateInputManager() => new SentakkiInputManager(Ruleset.RulesetInfo);

/* public override void RequestResume(Action continueResume)
{
ResumeOverlay.GameplayCursor = Cursor;
ResumeOverlay.ResumeAction = continueResume;
ResumeOverlay.Show();
} */
}
}

0 comments on commit 0b3b9dc

Please sign in to comment.