1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-28 09:02:58 +08:00

Scale down cursor particles

This commit is contained in:
Opelkuh 2021-09-11 01:55:16 +02:00
parent 911282234e
commit a688e69859

View File

@ -35,6 +35,10 @@ namespace osu.Game.Rulesets.Osu.Skinning.Legacy
private void load(ISkinSource skin, OsuColour colour)
{
var texture = skin.GetTexture("star2");
if (texture == null)
return;
texture.ScaleAdjust = 3.2f;
InternalChildren = new[]
{