Move transformation to LoadComplete

This commit is contained in:
mcendu 2019-12-08 20:47:28 +08:00
parent 13b891f3f4
commit 4cd0dd7856

View File

@ -39,6 +39,10 @@ namespace osu.Game.Rulesets.Osu.Skinning
Origin = Anchor.Centre,
}
};
}
protected override void LoadComplete()
{
cursor.Spin(10000, RotationDirection.Clockwise);
}
}