mirror of
https://github.com/ppy/osu.git
synced 2025-01-06 07:42:55 +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)
|
switch (state)
|
||||||
{
|
{
|
||||||
case ArmedState.Idle:
|
case ArmedState.Idle:
|
||||||
|
// TODO: rotate slightly if Version < 1 (aka UseNewLayout)
|
||||||
InternalChild.ScaleTo(1.3f, move_out_duration, Easing.Out)
|
InternalChild.ScaleTo(1.3f, move_out_duration, Easing.Out)
|
||||||
.Then()
|
.Then()
|
||||||
.ScaleTo(1f, move_in_duration, Easing.Out)
|
.ScaleTo(1f, move_in_duration, Easing.Out)
|
||||||
|
Loading…
Reference in New Issue
Block a user