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; }