1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-14 02:22:56 +08:00

Adjust transform delay to make things feel more snappy

This commit is contained in:
Dean Herbert 2023-01-17 18:38:29 +09:00
parent 81aa7feeb5
commit 14649160e1

View File

@ -16,7 +16,8 @@ namespace osu.Game.Screens.Play.HUD.JudgementCounter
{
public partial class JudgementCounterDisplay : CompositeDrawable, ISkinnableDrawable
{
public const int TRANSFORM_DURATION = 500;
public const int TRANSFORM_DURATION = 250;
public bool UsesFixedAnchor { get; set; }
[SettingSource("Display mode")]