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