From ac18067b5e2447bc1ca614a54d50af63a34845df Mon Sep 17 00:00:00 2001
From: yyl <yyl>
Date: 星期三, 26 十一月 2025 14:34:16 +0800
Subject: [PATCH] Merge branch 'master' of http://192.168.1.20:10010/r/Project_SG_client

---
 Assets/Editor/Tool/PrefabCreateTool.cs |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/Assets/Editor/Tool/PrefabCreateTool.cs b/Assets/Editor/Tool/PrefabCreateTool.cs
index 6b80de6..fa50434 100644
--- a/Assets/Editor/Tool/PrefabCreateTool.cs
+++ b/Assets/Editor/Tool/PrefabCreateTool.cs
@@ -172,7 +172,8 @@
     {
         var button = UIUtility.CreateWidget("CommonButton", "CommonButton");
         var buttonEx = button.GetComponent<ButtonEx>();
-        buttonEx.interval = 0.5f;
+        buttonEx.interval = 0.1f;
+        buttonEx.pressedScale = 1.05f;
         SetParent(button);
     }
 

--
Gitblit v1.8.0