lzx hai 3 días
pai
achega
f69e9238cc
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      Assets/Scripts/GameUI/UI/MainHeroPnael/ItemWidgetType1.cs

+ 1 - 1
Assets/Scripts/GameUI/UI/MainHeroPnael/ItemWidgetType1.cs

@@ -51,7 +51,7 @@ namespace Fort23.Mono
             if (count > PlayerManager.Instance.BagController.GetItemCount(id))
             {
                 Text_Count.text =
-                    $"{PlayerManager.Instance.BagController.GetItemCount(id).ToStringEx()}/<color=red>{count}</color>";
+                    $"<color=red>{PlayerManager.Instance.BagController.GetItemCount(id).ToStringEx()}</color>/{count}";
             }
             else
             {