【车迟斗法】boss位置调整3

dev_chengFeng
ZhangBiao 2021-01-08 17:41:59 +08:00
parent 49a0424ba0
commit f4d437c93b
1 changed files with 3 additions and 3 deletions

View File

@ -222,11 +222,11 @@ function this.ShowTitleAllData()
end
local pos = heroConfig[curMonsterIdConFig.Boss].Position
testLiveGO = poolManager:LoadLive(GetResourcePath(heroConfig[curMonsterIdConFig.Boss].Live), this.live2dRoot.transform, Vector3.one*heroConfig[curMonsterIdConFig.Boss].Scale, Vector3.New(pos[1], pos[2], 0))
LogYellow("############")
this.live2dRoot.transform.localScale = Vector3.one*0.8
if curMonsterIdConFig.Boss == 10023 then--孙悟空太大了特殊处理了
this.live2dRoot.transform.localScale = Vector3.one*0.6
this.live2dRoot.transform.localPosition = Vector3.zero
this.live2dRoot.transform.localPosition = Vector3.New(0,80,0)
else
this.live2dRoot.transform.localScale = Vector3.one*0.8
this.live2dRoot.transform.localPosition = Vector3.New(0,170,0)
end
this.RefrePanelRedPoint()