1
0
mirror of https://github.com/ppy/osu.git synced 2025-02-16 09:22:54 +08:00

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

@ -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);