1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-15 06:42:56 +08:00

Improve star animation.

This commit is contained in:
Dean Herbert 2016-12-15 22:51:35 +09:00
parent 8ce18e8986
commit 20260b43d1

View File

@ -35,7 +35,7 @@ namespace osu.Game.Graphics.UserInterface
protected set;
}
private double animationDelay => 150;
private double animationDelay => 80;
private double scalingDuration => 500;
private EasingTypes scalingEasing => EasingTypes.OutElasticHalf;