mirror of
https://github.com/ppy/osu.git
synced 2025-02-05 07:12:54 +08:00
bring comment back
This commit is contained in:
parent
fc968d1d89
commit
a6fc3ce477
@ -104,6 +104,7 @@ namespace osu.Game.Skinning
|
|||||||
this.ScaleTo(1.6f);
|
this.ScaleTo(1.6f);
|
||||||
this.ScaleTo(1, 100, Easing.In);
|
this.ScaleTo(1, 100, Easing.In);
|
||||||
|
|
||||||
|
//todo: this only applies to osu! ruleset apparently.
|
||||||
this.MoveTo(new Vector2(0, -5));
|
this.MoveTo(new Vector2(0, -5));
|
||||||
this.MoveToOffset(new Vector2(0, 80), fade_out_delay + fade_out_length, Easing.In);
|
this.MoveToOffset(new Vector2(0, 80), fade_out_delay + fade_out_length, Easing.In);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user