1
0
mirror of https://github.com/ppy/osu.git synced 2024-11-06 06:57:39 +08:00

Move to non-legacy class

This commit is contained in:
Dean Herbert 2020-04-30 09:57:14 +09:00
parent 783dc58ef0
commit 49a98fde73
2 changed files with 2 additions and 2 deletions

View File

@ -16,8 +16,6 @@ namespace osu.Game.Rulesets.Taiko.Skinning
Origin = Anchor.Centre;
AutoSizeAxes = Axes.Both;
Blending = BlendingParameters.Additive;
}
protected override void LoadComplete()

View File

@ -26,6 +26,8 @@ namespace osu.Game.Rulesets.Taiko.UI
BorderColour = Color4.White;
BorderThickness = 1;
Blending = BlendingParameters.Additive;
Alpha = 0.15f;
Masking = true;