Explorar el Código

摘星抽奖点击事件再延长到0.5秒

huangxiaoyue hace 1 año
padre
commit
ecb87a56a0

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

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