1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-24 00:41:18 +08:00

Make explosion additive to match stable

This commit is contained in:
Dean Herbert
2020-09-22 12:14:31 +09:00
Unverified
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),