فهرست منبع

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

zhangyuqian 2 سال پیش
والد
کامیت
57a1f601d6
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  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);
         }
     }
 }