瀏覽代碼

引导位置

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);