【立绘错位】尝试修复神将卡牌上有时会出现立绘错位

dev_chengFeng
gaoxin 2021-06-10 16:37:44 +08:00
parent 0458ee7bf7
commit 8494dd02d7
1 changed files with 2 additions and 0 deletions

View File

@ -47,6 +47,8 @@ function CardRendererManager.GetSpineTexture(pos, liveName, scaleV3, posV3, isRe
-- 创建新资源
local parent = this.renderList[this.indexFlag].transform
parent.transform.localScale = Vector3.one
parent.transform.localPosition = Vector3(0, 0, 0)
local liveNode = poolManager:LoadLive(liveName, parent, scaleV3, posV3 + Vector3(0, -120, 0), onClear)
this.liveList[this.indexFlag] = {
name = liveName,