战斗报错修正
parent
f1ea104f61
commit
ce56acfe48
|
@ -254,7 +254,7 @@ function MonsterView:OnSkillCastStart(skill)
|
|||
self.RoleLiveGO3:SetActive(false)
|
||||
self.RoleLiveGOGraphic3 = self.RoleLiveGO3:GetComponent("SkeletonGraphic")
|
||||
self.RoleLiveGOTran3 = self.RoleLiveGO3:GetComponent("RectTransform")
|
||||
self.RoleLiveGOGraphic3.AnimationState:SetAnimation(0, "attack", true)
|
||||
self.RoleLiveGOGraphic3.AnimationState:SetAnimation(0, "atk", true)
|
||||
self.RoleLiveGOTran3.sizeDelta = Vector2.New(1000, 1000)
|
||||
self.castingNameNode:GetComponent("Text").text = string.format("%s奥义卡",heroConfig.ReadingName)
|
||||
local eid = BattleManager.GetCombatIdBySkin(skill.id, skill.owner.skinId)
|
||||
|
|
Loading…
Reference in New Issue