mirror of
https://github.com/ppy/osu.git
synced 2025-01-14 02:13:21 +08:00
Adjust transform delay to make things feel more snappy
This commit is contained in:
parent
81aa7feeb5
commit
14649160e1
@ -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")]
|
||||
|
Loading…
Reference in New Issue
Block a user