Add note about rotation

This commit is contained in:
Dean Herbert 2023-10-02 19:22:24 +09:00
parent e4ac8362ec
commit 1bee7bf353
1 changed files with 1 additions and 0 deletions

View File

@ -76,6 +76,7 @@ private void updateStateTransforms(DrawableHitObject hitObject, ArmedState state
switch (state)
{
case ArmedState.Idle:
// TODO: rotate slightly if Version < 1 (aka UseNewLayout)
InternalChild.ScaleTo(1.3f, move_out_duration, Easing.Out)
.Then()
.ScaleTo(1f, move_in_duration, Easing.Out)