mirror of
https://github.com/ppy/osu.git
synced 2025-01-12 22:33:05 +08:00
Adjust transform of taiko drum roll ticks to not scale to 0 (looks bad)
This commit is contained in:
parent
f1556c98e3
commit
938a8f865b
@ -74,7 +74,8 @@ namespace osu.Game.Rulesets.Taiko.Objects.Drawables
|
||||
switch (state)
|
||||
{
|
||||
case ArmedState.Hit:
|
||||
this.ScaleTo(0, 100, Easing.OutQuint);
|
||||
this.ScaleTo(1.4f, 200, Easing.OutQuint);
|
||||
this.FadeOut(200, Easing.OutQuint);
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user