Tidy up visually

This commit is contained in:
Dean Herbert
2017-08-02 20:41:38 +09:00
parent 81b738f68c
commit 51d2b9c35c
2 changed files with 6 additions and 11 deletions

View File

@ -82,7 +82,7 @@ namespace osu.Game.Rulesets.Catch.Objects.Drawable
this.MoveToY(-0.1f).FadeOut();
// animation
this.FadeIn(200).MoveToY(0.9f, preempt);
this.FadeIn(200).MoveToY(1, preempt);
}
Expire(true);