【引导】修复不明原因引导小手消失的问题

dev_chengFeng
gaoxin 2021-05-19 20:21:07 +08:00
parent 00d42ca8d9
commit 11c0d5f2a5
1 changed files with 1 additions and 1 deletions

View File

@ -32,6 +32,7 @@ function this:InitComponent()
self.buttonIcon.transform.localPosition = Vector3.zero
self.buttonIcon.transform.localScale = Vector3.one
self.buttonIcon.transform:SetAsFirstSibling()
self.buttonIcon:SetActive(true)
self.hand = Util.GetGameObject (self.buttonIcon, "GameObject")
@ -621,7 +622,6 @@ function this:PlayFoucsAnim(targetPos)
if GuideConfig[this.id].Position then
this.dialogRoot:SetActive(true)
end
if self.tween then
self.tween:Kill()
end