فهرست منبع

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

huangxiaoyue 2 سال پیش
والد
کامیت
b322cb5abc
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      GameClient/Assets/Game/HotUpdate/Views/MainStory/StoryChapterListView.cs

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

@@ -200,7 +200,7 @@ namespace GFGGame
             }
 
             _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);
         }
         private void CheckGuide(object param)