【创建名字】boy

dev_chengFeng
zhangqiang 2021-03-31 22:25:54 +08:00
parent 784ace13b5
commit 987179041c
1 changed files with 2 additions and 2 deletions

View File

@ -7,10 +7,10 @@ local girl = 2
local boyBigLive = "live2d_npc_boy"
local girlBigLive = "live2d_npc_girl"
local boyLiveRes = "live2d_npc_map"
local boyLiveRes = "live2d_npc_map_boy"
local girlLiveRes = "live2d_npc_map_nv"
local smallInfo = {[1] = {Pos = Vector3.New(-1, -81, 0), Scale = Vector3.New(0.25, 0.25, 0.25)},
[2] = {Pos = Vector3.New(-1, -81, 0), Scale = Vector3.New(0.15, 0.15, 0.15)},}
[2] = {Pos = Vector3.New(-1, -81, 0), Scale = Vector3.New(0.25, 0.25, 0.25)},}
local bigInfo = {[1] = {Pos = Vector3.New(0, -359, 0), Scale = Vector3.New(0.5, 0.5, 0.5)},
[2] = {Pos = Vector3.New(-33, -382, 0), Scale = Vector3.New(0.45, 0.45, 0.45)},}