Explorar el Código

卡牌星级显示修改

zhangyuqian hace 1 año
padre
commit
52e36de509
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      GameClient/Assets/Game/HotUpdate/Views/Card/CardDetailView.cs

+ 1 - 1
GameClient/Assets/Game/HotUpdate/Views/Card/CardDetailView.cs

@@ -167,7 +167,7 @@ namespace GFGGame
                 }
             }
             
-            int starLevelDodge = data.star / 5;
+            int starLevelDodge = data.star / 6;
             listItem.m_starNumType.selectedIndex = data.itemCfg.starDescArr.Length - 1;
             for (int i = 0; i < data.itemCfg.starDescArr.Length; i++)
             {