Browse Source

飞花令奖励item数字位置调整

zhangyuqian 1 year ago
parent
commit
57a1f601d6
1 changed files with 1 additions and 1 deletions
  1. 1 1
      GameClient/Assets/Game/HotUpdate/Views/Arena/ArenaDanUpView.cs

+ 1 - 1
GameClient/Assets/Game/HotUpdate/Views/Arena/ArenaDanUpView.cs

@@ -89,7 +89,7 @@ namespace GFGGame
             }
             (obj.data as ItemView).SetData(itemData);
             (obj.data as ItemView).SetComItemScale = 0.85f;
-            (obj.data as ItemView).SetTxtCountPos(185, 155);
+            //(obj.data as ItemView).SetTxtCountPos(185, 155);
         }
     }
 }