Update framework.

This commit is contained in:
Thomas Müller
2016-12-10 14:37:00 +01:00
parent 068b413225
commit 2ced0a48e0
2 changed files with 2 additions and 2 deletions

View File

@ -58,7 +58,7 @@ namespace osu.Game.Modes.Osu.Objects.Drawables
ScaleTo(1.6f); ScaleTo(1.6f);
ScaleTo(1, 100, EasingTypes.In); ScaleTo(1, 100, EasingTypes.In);
MoveToRelative(new Vector2(0, 100), 800, EasingTypes.InQuint); MoveToOffset(new Vector2(0, 100), 800, EasingTypes.InQuint);
RotateTo(40, 800, EasingTypes.InQuint); RotateTo(40, 800, EasingTypes.InQuint);
Delay(600); Delay(600);