Browse Source

摘星展示点击触发时间延长至0.3秒

huangxiaoyue 1 year ago
parent
commit
4882bcb4a3

+ 1 - 1
GameClient/Assets/Game/HotUpdate/Views/LuckyBox/LuckyBoxBonusShowView.cs

@@ -334,7 +334,7 @@ namespace GFGGame
                 return;
                 return;
             }
             }
             _touchLoaBg = false;
             _touchLoaBg = false;
-            Timers.inst.Add(0.1f, 1, UpDataTimeTouchLoaBg);
+            Timers.inst.Add(0.3f, 1, UpDataTimeTouchLoaBg);
 
 
             if (_recordOpenIndex.Count >= _rewardList.Count)
             if (_recordOpenIndex.Count >= _rewardList.Count)
             {
             {