mirror of
https://github.com/ppy/osu
synced 2024-12-09 08:30:36 +00:00
Move transformation to LoadComplete
This commit is contained in:
parent
13b891f3f4
commit
4cd0dd7856
@ -39,6 +39,10 @@ namespace osu.Game.Rulesets.Osu.Skinning
|
||||
Origin = Anchor.Centre,
|
||||
}
|
||||
};
|
||||
}
|
||||
|
||||
protected override void LoadComplete()
|
||||
{
|
||||
cursor.Spin(10000, RotationDirection.Clockwise);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user