mirror of
https://github.com/ppy/osu.git
synced 2024-11-11 10:33:30 +08:00
Add note about rotation
This commit is contained in:
parent
e4ac8362ec
commit
1bee7bf353
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user