【创建名字】boy
parent
784ace13b5
commit
987179041c
|
|
@ -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)},}
|
||||
|
|
|
|||
Loading…
Reference in New Issue