【剧情】修改女性角色的立绘信息为表配置,id写死为5402
parent
37f976e4be
commit
db174bd4b9
|
@ -158,13 +158,15 @@ function this.SetLive2dState(setData, isNeedLoad, resPath, live2dRoot, effectRoo
|
|||
-- 立绘的位置大小
|
||||
local scale = 0
|
||||
local position = Vector3.New(0,0,0)
|
||||
scale = setData.Scale
|
||||
position = Vector3(setData.Position[1], setData.Position[2], 0)
|
||||
|
||||
if resPath == this.bitchRes then
|
||||
position = Vector3.New(0, -250, 0)
|
||||
scale = 0.5
|
||||
setData = dialogueSetData[5402]
|
||||
-- position = Vector3.New(0, -250, 0)
|
||||
-- scale = 0.5
|
||||
end
|
||||
if not setData then return end
|
||||
scale = setData.Scale
|
||||
position = Vector3(setData.Position[1], setData.Position[2], 0)
|
||||
|
||||
-- 设置立绘最终大小位置
|
||||
local go
|
||||
|
|
Loading…
Reference in New Issue