1
0
mirror of https://github.com/ppy/osu.git synced 2024-12-14 16:12:57 +08:00

Remove hardcoded particle scale

This commit is contained in:
Opelkuh 2021-09-14 00:36:52 +02:00
parent c4886be7e1
commit d13ff12a3e

View File

@ -39,11 +39,6 @@ namespace osu.Game.Rulesets.Osu.Skinning.Legacy
var texture = skin.GetTexture("star2");
var starBreakAdditive = skin.GetConfig<OsuSkinColour, Color4>(OsuSkinColour.StarBreakAdditive)?.Value ?? new Color4(255, 182, 193, 255);
if (texture == null)
return;
texture.ScaleAdjust = 3.2f;
InternalChildren = new[]
{
breakSpewer = new LegacyCursorParticleSpewer(texture, 20)