1
0
mirror of https://github.com/ppy/osu.git synced 2024-11-11 10:18:22 +08:00

Adjust judgement text to be more visible

This commit is contained in:
Dean Herbert 2022-11-08 15:08:52 +09:00
parent d57ec4b227
commit 01803c3f13

View File

@ -78,12 +78,12 @@ namespace osu.Game.Rulesets.Taiko.Skinning.Argon
switch (Result)
{
default:
JudgementText.MoveToY(-0.2f)
.MoveToY(-0.8f, duration, Easing.OutQuint);
JudgementText.MoveToY(-0.6f)
.MoveToY(-1.0f, duration, Easing.OutQuint);
JudgementText
.ScaleTo(Vector2.One)
.ScaleTo(new Vector2(1.8f), duration, Easing.OutQuint);
.ScaleTo(new Vector2(1.4f), duration, Easing.OutQuint);
break;
case HitResult.Miss: