瀏覽代碼

套装部件列表位置重置

zhaoyang 3 年之前
父節點
當前提交
910ecfc909
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      GameClient/Assets/Game/HotUpdate/Views/DressUp/DressUpFightView.cs

+ 1 - 0
GameClient/Assets/Game/HotUpdate/Views/DressUp/DressUpFightView.cs

@@ -155,6 +155,7 @@ namespace GFGGame
             _ui.m_comListType1.target.x = _ui.target.width;
             _ui.m_comListType2.target.x = _ui.target.width;
             _ui.m_partsList.target.x = _ui.target.width;
+            _ui.m_partsList2.target.x = _ui.target.width;
             _ui.m_scoreType.url = "ui://CommonGame/kp_sx_" + _fightCfg.scoreType;
             this.showListType1();
             if (_sceneObject == null)