소스 검색

引导位置

zhaoyang 3 년 전
부모
커밋
05bfbf63ae
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      GameClient/Assets/Game/HotUpdate/Views/XiuFang/XiuFangView.cs

+ 1 - 1
GameClient/Assets/Game/HotUpdate/Views/XiuFang/XiuFangView.cs

@@ -40,7 +40,7 @@ namespace GFGGame
             if (GuideDataManager.currentGuideId == cfg.id)
             {
                 // _ui.m_component.target.scrollPane.ScrollLeft();// SetPosX(0, false);
-                _ui.m_component.target.scrollPane.SetPosX(320, false);
+                _ui.m_component.target.scrollPane.SetPosX(400, false);
             }
 
             Timers.inst.AddUpdate(CheckGuide);