mirror of
https://github.com/ppy/osu.git
synced 2026-05-19 03:19:52 +08:00
Make playfield dark, not light. No masking either.
This commit is contained in:
@@ -6,6 +6,7 @@ using osu.Framework.Graphics.Containers;
|
||||
using OpenTK;
|
||||
using osu.Framework;
|
||||
using osu.Framework.Graphics.Sprites;
|
||||
using OpenTK.Graphics;
|
||||
|
||||
namespace osu.Game.GameModes.Play.Osu
|
||||
{
|
||||
@@ -28,6 +29,7 @@ namespace osu.Game.GameModes.Play.Osu
|
||||
Anchor = Anchor.Centre,
|
||||
Origin = Anchor.Centre,
|
||||
RelativeSizeAxes = Axes.Both,
|
||||
Colour = Color4.Black,
|
||||
Alpha = 0.5f
|
||||
});
|
||||
}
|
||||
|
||||
@@ -8,11 +8,5 @@ namespace osu.Game.GameModes.Play
|
||||
{
|
||||
public class Playfield : Container
|
||||
{
|
||||
public override void Load(BaseGame game)
|
||||
{
|
||||
base.Load(game);
|
||||
|
||||
Masking = true;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user