mirror of
https://github.com/osukey/osukey.git
synced 2025-08-02 22:26:41 +09:00
Move bubbles to ruleset overlays container
This commit is contained in:
@ -132,7 +132,7 @@ namespace osu.Game.Rulesets.Osu.Mods
|
||||
|
||||
bubbleContainer = drawableRuleset.CreatePlayfieldAdjustmentContainer();
|
||||
|
||||
drawableRuleset.KeyBindingInputManager.Add(bubbleContainer);
|
||||
drawableRuleset.Overlays.Add(bubbleContainer);
|
||||
}
|
||||
|
||||
protected override void ApplyIncreasedVisibilityState(DrawableHitObject hitObject, ArmedState state) => applyBubbleState(hitObject);
|
||||
|
Reference in New Issue
Block a user