Browse Source

摘星点击时间触发延长到0.1秒

huangxiaoyue 1 year ago
parent
commit
337867880e

+ 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.05f, 1, UpDataTimeTouchLoaBg);
+            Timers.inst.Add(0.1f, 1, UpDataTimeTouchLoaBg);
 
 
             if (_recordOpenIndex.Count >= _rewardList.Count)
             if (_recordOpenIndex.Count >= _rewardList.Count)
             {
             {