mirror of
https://github.com/ppy/osu.git
synced 2024-11-11 10:33:30 +08:00
Make explosion additive to match stable
This commit is contained in:
parent
c5717d8e41
commit
f629c33dc0
@ -89,6 +89,7 @@ namespace osu.Game.Rulesets.Catch.Skinning
|
||||
var explosion = new LegacyRollingCounter(skin, fontName, fontOverlap)
|
||||
{
|
||||
Alpha = 0.65f,
|
||||
Blending = BlendingParameters.Additive,
|
||||
Anchor = Anchor.Centre,
|
||||
Origin = Anchor.Centre,
|
||||
Scale = new Vector2(1.5f),
|
||||
|
Loading…
Reference in New Issue
Block a user