Browse Source

蜃中楼时间动效时间调块一点

huangxiaoyue 2 years ago
parent
commit
b322cb5abc

+ 1 - 1
GameClient/Assets/Game/HotUpdate/Views/MainStory/StoryChapterListView.cs

@@ -200,7 +200,7 @@ namespace GFGGame
             }
             }
 
 
             _time = _ui.m_listChapter.numChildren + 1;
             _time = _ui.m_listChapter.numChildren + 1;
-            Timers.inst.Add(0.3f, _time, OnTimerUpdate, 1);
+            Timers.inst.Add(0.2f, _time, OnTimerUpdate, 1);
             _ui.m_listChapter.ScrollToView(currentChapterIndex);
             _ui.m_listChapter.ScrollToView(currentChapterIndex);
         }
         }
         private void CheckGuide(object param)
         private void CheckGuide(object param)