Browse Source

集齐套装图片修改位置

zhangyuqian 1 year ago
parent
commit
0c21ed268b

+ 8 - 0
GameClient/Assets/Game/HotUpdate/Views/CommonGame/GetSuitItemVIew.cs

@@ -57,6 +57,14 @@ namespace GFGGame
             base.OnShown();
             GRoot.inst.touchable = true;
             int suitId = (int)viewData;
+            if(suitId == 202025)
+            {
+                _ui.m_icon.x = -600;
+            }
+            else
+            {
+                _ui.m_icon.x = 0;
+            }
             UpdateView(suitId);
         }