yyl
2025-11-21 b3b82915705dfee86db127d45eea6dd2442d6d92
Main/Component/UI/Core/ButtonEx.cs
@@ -9,7 +9,7 @@
    public event Action ableTimeChangeEvent;
    public float interval;
    public float interval = 0.5f;
    public bool customPositiveSound = false;
    public bool customNegativeSound = false;
    public int positiveSound = 0;
@@ -52,6 +52,10 @@
    public override void OnPointerDown(PointerEventData eventData)
    {
        if (this.interactable == false)
        {
            return;
        }
        base.OnPointerDown(eventData);
        transform.localScale = originalScale * pressedScale;
    }