1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-13 02:32:55 +08:00

bring comment back

This commit is contained in:
EXtremeExploit 2023-01-25 20:38:55 -03:00
parent fc968d1d89
commit a6fc3ce477
No known key found for this signature in database

View File

@ -104,6 +104,7 @@ namespace osu.Game.Skinning
this.ScaleTo(1.6f);
this.ScaleTo(1, 100, Easing.In);
//todo: this only applies to osu! ruleset apparently.
this.MoveTo(new Vector2(0, -5));
this.MoveToOffset(new Vector2(0, 80), fade_out_delay + fade_out_length, Easing.In);