赠送之后立绘动作修改
parent
a3a8e8c2a7
commit
92294c6239
|
@ -165,6 +165,8 @@ function HeroLikeAbilityPanel:RequestDonate(num)
|
||||||
self:UpdateHeroInfoData()
|
self:UpdateHeroInfoData()
|
||||||
self.isGiving = false
|
self.isGiving = false
|
||||||
self.effect.gameObject:SetActive(false)
|
self.effect.gameObject:SetActive(false)
|
||||||
|
local SkeletonGraphic = self.curLiveObj:GetComponent("SkeletonGraphic")
|
||||||
|
SkeletonGraphic.AnimationState:SetAnimation(0, "touch", false)
|
||||||
end)
|
end)
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue