mirror of https://github.com/ppy/osu
bring comment back
This commit is contained in:
parent
fc968d1d89
commit
a6fc3ce477
|
@ -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);
|
||||
|
||||
|
|
Loading…
Reference in New Issue