1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-21 16:47:29 +08:00

Add note about rotation

This commit is contained in:
Dean Herbert 2023-10-02 19:22:24 +09:00
parent e4ac8362ec
commit 1bee7bf353

View File

@ -76,6 +76,7 @@ namespace osu.Game.Rulesets.Osu.Skinning.Legacy
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)