mirror of
https://github.com/osukey/osukey.git
synced 2025-05-15 02:27:33 +09:00
Add back Playfield masking.
This commit is contained in:
parent
1712a142a5
commit
3a5f37444c
@ -7,5 +7,11 @@ namespace osu.Game.GameModes.Play
|
|||||||
{
|
{
|
||||||
public class Playfield : Container
|
public class Playfield : Container
|
||||||
{
|
{
|
||||||
|
public override void Load()
|
||||||
|
{
|
||||||
|
base.Load();
|
||||||
|
|
||||||
|
Masking = true;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user