| Main/System/Main/HeroFightingCardCell.cs | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
Main/System/Main/HeroFightingCardCell.cs
@@ -170,11 +170,13 @@ fightPosTween.SetStartState(); fightScaleTween.Stop(); fightScaleTween.transform.localScale = Vector3.one; qualityBG.raycastTarget = true; }); fightPosTween.SetStartState(); fightPosTween.Play(); fightScaleTween.SetStartState(); fightScaleTween.Play(); qualityBG.raycastTarget = false; } @@ -189,6 +191,8 @@ // cdTween.Stop(); cdTween.SetEndState(); qualityBG.raycastTarget = true; } }