Browse Source

特效缩短时间

zhaoyang 3 years ago
parent
commit
100a3f4101
1 changed files with 1 additions and 1 deletions
  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;