浏览代码

特效缩短时间

zhaoyang 3 年之前
父节点
当前提交
100a3f4101
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      GameClient/Assets/Game/HotUpdate/Views/MainUI/MainUIView.cs

+ 1 - 1
GameClient/Assets/Game/HotUpdate/Views/MainUI/MainUIView.cs

@@ -12,7 +12,7 @@ namespace GFGGame
         private GameObject _sceneObject;
         private ValueBarController _valueBarController;
 
-        private float effectTime = 1.4f;
+        private float effectTime = 0.7f;
         private bool isOpen = false;
         private GButton _btnGongGao;
         private GButton _btnHaoYou;