lzx 1 тиждень тому
батько
коміт
4d5c8d8e00

+ 1 - 1
Assets/Art/VFX/Materials/UIMat/ui_ob_yindao_glow_add.mat

@@ -57,7 +57,7 @@ Material:
         m_Offset: {x: 0, y: 0}
     m_Ints: []
     m_Floats:
-    - _Alpha: 0.11649536
+    - _Alpha: 0
     - _AlphaCutoff: 0.5
     - _ColorMask: 15
     - _EnableExternalAlpha: 0

+ 1 - 1
Assets/Scripts/GameUI/UI/ShopPanel/ShopBuyItemPanel.cs

@@ -79,7 +79,7 @@ namespace Fort23.Mono
             else
             {
                 LimitObj.SetActive(true);
-                Text_LimitCount.text = $"{_shopItemConfig.buyCount - _shopItem.buyCount}/{_shopItemConfig.buyCount}";
+                Text_LimitCount.text = $"{_shopItem.buyCount}/{_shopItemConfig.buyCount}";
                 maxCount = _shopItemConfig.buyCount - _shopItem.buyCount;
                 if (_shopItemConfig.price != 0)
                 {