diff --git a/Assets/ManagedResources/~Lua/Modules/Guild/CarDelay/GuildCarDelayMainPanel.lua b/Assets/ManagedResources/~Lua/Modules/Guild/CarDelay/GuildCarDelayMainPanel.lua index 58c5f3cce5..443bb89941 100644 --- a/Assets/ManagedResources/~Lua/Modules/Guild/CarDelay/GuildCarDelayMainPanel.lua +++ b/Assets/ManagedResources/~Lua/Modules/Guild/CarDelay/GuildCarDelayMainPanel.lua @@ -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()