mirror of
https://github.com/ppy/osu
synced 2025-01-25 07:13:22 +00:00
Scale down cursor particles
This commit is contained in:
parent
911282234e
commit
a688e69859
@ -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[]
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user