Browse Source

套装部件列表位置重置

zhaoyang 3 years ago
parent
commit
910ecfc909

+ 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_comListType1.target.x = _ui.target.width;
             _ui.m_comListType2.target.x = _ui.target.width;
             _ui.m_comListType2.target.x = _ui.target.width;
             _ui.m_partsList.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;
             _ui.m_scoreType.url = "ui://CommonGame/kp_sx_" + _fightCfg.scoreType;
             this.showListType1();
             this.showListType1();
             if (_sceneObject == null)
             if (_sceneObject == null)