From f0c41c38ec5c651dedc645687597d227dccac981 Mon Sep 17 00:00:00 2001
From: hch <305670599@qq.com>
Date: 星期一, 24 十一月 2025 00:49:51 +0800
Subject: [PATCH] 328 【主界面】坐骑系统
---
Main/Component/UI/Core/ButtonEx.cs | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/Main/Component/UI/Core/ButtonEx.cs b/Main/Component/UI/Core/ButtonEx.cs
index e6e423d..a341eb6 100644
--- a/Main/Component/UI/Core/ButtonEx.cs
+++ b/Main/Component/UI/Core/ButtonEx.cs
@@ -9,12 +9,12 @@
public event Action ableTimeChangeEvent;
- public float interval = 0.5f;
+ public float interval = 0.1f;
public bool customPositiveSound = false;
public bool customNegativeSound = false;
public int positiveSound = 0;
public int negativeSound = 0;
- public float pressedScale = 1.1f;
+ public float pressedScale = 1.05f;
float m_AbleTime = 0f;
private Vector3 originalScale;
--
Gitblit v1.8.0