mirror of
https://github.com/ppy/osu.git
synced 2024-12-15 06:35:05 +08:00
commit
a86b74ebea
@ -1 +1 @@
|
||||
Subproject commit 1b0d7a584cad85efcdf25c5155e6e62a4ccb5758
|
||||
Subproject commit b918a5bb33b18e194af265d82f9011a8ea2a4f3e
|
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user