mirror of
https://github.com/ppy/osu.git
synced 2025-01-15 07:22:55 +08:00
Don't handle input in triangle particle effect containers.
This commit is contained in:
parent
08ef8ed8ea
commit
0a9e3ce1b0
@ -13,6 +13,8 @@ namespace osu.Game.Modes.Osu.Objects.Drawables.Pieces
|
||||
{
|
||||
public class Triangles : Container<Triangle>
|
||||
{
|
||||
public override bool HandleInput => false;
|
||||
|
||||
protected override void LoadComplete()
|
||||
{
|
||||
base.LoadComplete();
|
||||
|
@ -15,6 +15,8 @@ namespace osu.Game.Graphics.Backgrounds
|
||||
{
|
||||
public class Triangles : Container<Triangle>
|
||||
{
|
||||
public override bool HandleInput => false;
|
||||
|
||||
public Triangles()
|
||||
{
|
||||
Alpha = 0.3f;
|
||||
|
Loading…
Reference in New Issue
Block a user