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
1 changed files with 1 additions and 0 deletions

View File

@ -104,6 +104,7 @@ public void PlayAnimation()
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);