Move transformation to LoadComplete

This commit is contained in:
mcendu 2019-12-08 20:47:28 +08:00
parent 13b891f3f4
commit 4cd0dd7856
1 changed files with 4 additions and 0 deletions

View File

@ -39,6 +39,10 @@ private void load(ISkinSource skin)
Origin = Anchor.Centre,
}
};
}
protected override void LoadComplete()
{
cursor.Spin(10000, RotationDirection.Clockwise);
}
}