Lv.1
签名:我不是在和橙汁,而是在拧橙汁瓶盖
在 有人能打出“玊”吗? 中回复
玊玊玊玊玊玊玊玊玊玊玊玊玊玊玊玊玊玊玊玊玊玊玊玊
玊玊玊玊玊玊玊玊玊玊玊玊玊玊玊玊玊玊玊玊玊玊玊玊
玊玊
玊玊
玊玊 玊玊
玊玊 玊玊
玊玊玊玊玊玊玊玊玊玊玊玊玊玊玊玊玊玊玊玊玊玊
玊玊玊玊玊玊玊玊玊玊玊玊玊玊玊玊玊玊玊玊玊玊
玊玊
玊玊
玊玊
玊玊
玊玊玊玊玊玊玊玊玊玊玊玊玊玊玊玊玊玊玊玊玊玊玊玊玊玊
玊玊玊玊玊玊玊玊玊玊玊玊玊玊玊玊玊玊玊玊玊玊玊玊玊玊
2022-05-01T16:31:36 点赞:0
在 骷髅代码公布!(104人了……) 中回复
world.onPlayerJoin(({entity})=>{ entity.enableDamage=true entity.player.invisible=true; }) world.onPlayerJoin(({entity})=>{ entity.player.addWearable({ bodyPart:Box3BodyPart.HEAD, mesh:'mesh/骷髅头.vb', orientation:newBox3Quaternion(1,0,1,0).rotateX(Math.PI/1), scale:newBox3Vector3(1,1,1), offset:newBox3Vector3(-0.02,0.3,0), }); entity.player.addWearable({ bodyPart:Box3BodyPart.LEFT_LOWER_ARM, mesh:'mesh/骷髅腿.vb', orientation:newBox3Quaternion(1,1,1,0).rotateX(Math.PI/1), scale:newBox3Vector3(1,1,1), offset:newBox3Vector3(-0.01,0.1,-0.05), }); entity.player.addWearable({ bodyPart:Box3BodyPart.RIGHT_LOWER_ARM, mesh:'mesh/骷髅腿.vb', orientation:newBox3Quaternion(0,1,1.2,1).rotateX(Math.PI/1), scale:newBox3Vector3(1,1,1), offset:newBox3Vector3(-0.01,0.2,0), }); entity.player.addWearable({ bodyPart:Box3BodyPart.Box3BodyPart, mesh:'mesh/骷髅身体.vb', orientation:newBox3Quaternion(1,0,0,0).rotateX(Math.PI/1), scale:newBox3Vector3(1,1,1), offset:newBox3Vector3(0,0.4,0), }); entity.player.addWearable({ bodyPart:Box3BodyPart.LEFT_LOWER_LEG, mesh:'mesh/骷髅腿.vb', orientation:newBox3Quaternion(1,0,1,0).rotateX(Math.PI/1), scale:newBox3Vector3(1,1,1), offset:newBox3Vector3(0,0.15,-0.2), }); entity.player.addWearable({ bodyPart:Box3BodyPart.RIGHT_LOWER_LEG, mesh:'mesh/骷髅腿.vb', orientation:newBox3Quaternion(1,0,1,0).rotateX(Math.PI/1), scale:newBox3Vector3(1,1,1), offset:newBox3Vector3(0,0.15,-0.2), }); }); 2022-05-07T12:01:41 点赞:0