用户:
还是那个小橙子丫查看:0 回复:0 评论:0 创建时间:2022-08-17T12:56:02
module.w = {//背包物品数据处理
'': {//这个''里面写物品名
dq: 0,
t: '',//这个''写物品介绍
fun(entity) {
peidai(entity)
entity.player.addWearable({
bodyPart: Box3BodyPart.RIGHT_HAND,
mesh: 'mesh/.vb',//模型名称
orientation: new Box3Quaternion(12, 0, -12, 0).rotateY(Math.PI / 2),
scale: new Box3Vector3(1, 1, 1),
offset: new Box3Vector3(0, -0.3, 0.3),
});
entity.zb = ''//物品名
}
},
}