1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-22 03:27:24 +08:00

Merge pull request #237 from Tom94/use-moveto-offset

Update framework.
This commit is contained in:
Dean Herbert 2016-12-11 19:18:06 +09:00 committed by GitHub
commit a86b74ebea
2 changed files with 2 additions and 2 deletions

@ -1 +1 @@
Subproject commit 1b0d7a584cad85efcdf25c5155e6e62a4ccb5758
Subproject commit b918a5bb33b18e194af265d82f9011a8ea2a4f3e

View File

@ -58,7 +58,7 @@ namespace osu.Game.Modes.Osu.Objects.Drawables
ScaleTo(1.6f);
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);
Delay(600);