mirror of
https://github.com/osukey/osukey.git
synced 2025-08-08 09:03:50 +09:00
Adjust transform delay to make things feel more snappy
This commit is contained in:
@ -16,7 +16,8 @@ namespace osu.Game.Screens.Play.HUD.JudgementCounter
|
|||||||
{
|
{
|
||||||
public partial class JudgementCounterDisplay : CompositeDrawable, ISkinnableDrawable
|
public partial class JudgementCounterDisplay : CompositeDrawable, ISkinnableDrawable
|
||||||
{
|
{
|
||||||
public const int TRANSFORM_DURATION = 500;
|
public const int TRANSFORM_DURATION = 250;
|
||||||
|
|
||||||
public bool UsesFixedAnchor { get; set; }
|
public bool UsesFixedAnchor { get; set; }
|
||||||
|
|
||||||
[SettingSource("Display mode")]
|
[SettingSource("Display mode")]
|
||||||
|
Reference in New Issue
Block a user