
Lv.1
在 【求助】穿戴配件旋转不起作用??? 中回复
//玩家进入地图就会背上一个小书包 //准备步骤:将一个名为***的模型添加到地图上,再删掉 world.onPlayerJoin(({ entity }) => { entity.player.addWearable({ bodyPart: Box3BodyPart.TORSO, mesh: 'mesh/【旅行系列】背包.vb', orientation: new Box3Quaternion(0, 1, 0, 0).rotateY(Math.PI/1), scale: new Box3Vector3(0.5, 0.5, 0.5), offset: new Box3Vector3(0, 0, -0.45), }); }); world.onPlayerJoin(({ entity }) => { entity.player.addWearable({ bodyPart: Box3BodyPart.TORSO, mesh: 'mesh/枪-18.vb', orientation: new Box3Quaternion(0, 1, 0, 0).rotateY(Math.PI/1), scale: new Box3Vector3(1, 1, 0.5), offset: new Box3Vector3(-0.5, 0, -0.1), }); }); world.onPlayerJoin(({ entity }) => { entity.player.addWearable({ bodyPart: Box3BodyPart.TORSO, mesh: 'mesh/三级盔.vb', orientation: new Box3Quaternion(0, 1, 0, 0).rotateY(Math.PI/-2), scale: new Box3Vector3(1, 1, 1), offset: new Box3Vector3(-0.1, 1, 0.1), }); });
代码送给你,要好好使用哦。
2020-07-27T22:29:04 点赞:0
在 喵斗技场的技巧(献身版) 中回复
有,其实是有一个技巧的,你们跑起来吉吉猫的子弹是根本收不到你们的,而且你走位,他子弹还是要飘的。而且他只会对近身攻击,或者是离自己很近的人攻击。
2020-07-27T22:31:22 点赞:0