战斗报错修正

TCX_LongZhu
PC-202302260912\Administrator 2024-11-08 19:14:38 +08:00
parent f1ea104f61
commit ce56acfe48
1 changed files with 1 additions and 1 deletions

View File

@ -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)