【车迟斗法】boss位置调整3
parent
49a0424ba0
commit
f4d437c93b
|
@ -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()
|
||||
|
|
Loading…
Reference in New Issue