mirror of
https://github.com/ppy/osu.git
synced 2026-05-27 00:20:50 +08:00
Update framework.
This commit is contained in:
+1
-1
Submodule osu-framework updated: 1b0d7a584c...b918a5bb33
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user