mirror of
https://github.com/osukey/osukey.git
synced 2025-08-08 00:53:56 +09:00
Scale down cursor particles
This commit is contained in:
@ -35,6 +35,10 @@ namespace osu.Game.Rulesets.Osu.Skinning.Legacy
|
|||||||
private void load(ISkinSource skin, OsuColour colour)
|
private void load(ISkinSource skin, OsuColour colour)
|
||||||
{
|
{
|
||||||
var texture = skin.GetTexture("star2");
|
var texture = skin.GetTexture("star2");
|
||||||
|
if (texture == null)
|
||||||
|
return;
|
||||||
|
|
||||||
|
texture.ScaleAdjust = 3.2f;
|
||||||
|
|
||||||
InternalChildren = new[]
|
InternalChildren = new[]
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user