
Lv.1
box3建筑师,box3名字:xww
在 跑酷到终点飞起来的代码是怎么弄的? 中回复
world.querySelectorAll('.实体标签').forEach((e)=>{
e.onEntityContact(({entity,other})=>{
other.player.canFly = true;
})
})2021-08-26T08:01:33 点赞:0
在 【Box3】求助,如何让特定玩家穿戴上装备,其他玩家不受影响? 中回复
const TEST_PLAYER = ['吉吉喵', '搬砖喵', '测试喵', '文档喵']
world.onPlayerJoin(({ entity }) => {
if (!TEST_PLAYER.includes(entity.player.name)) return; // 如果玩家名称不在列表里,则跳过后续脚本。
entity.player.a喵Wearable({
bodyPart: Box3BodyPart.HEAD,
mesh: 'mesh/三级盔.vb',
orientation: new Box3Quaternion(0,1,0,0).rotateY(-Math.PI/2),
offset: new Box3Vector3(0,0.4,0.1),
});
});
2021-12-04T23:07:18 点赞:0
在 up计划第一期创作倒计时两个小时,加油! 中回复
创作节是可以多选的,有发布过地图的就选第一或者第三,两个也可以一起;没有发布地图的萌新选择第二个,剩下的看论坛,
2022-01-20T18:55:31 点赞:0
在 【神岛】创作互助群首次开放招募! 中回复
天花板imgsrc="https://static.codemao.cn/emoji/codemao/%E7%BC%96%E7%A8%8B%E7%8C%AB_%E6%90%93%E5%A4%B4.gif"alt="emotion_编程猫_搓头"
2022-03-08T17:50:29 点赞:0
在 【字体重铸系列1】字体与样式 中回复
很好理解啊imgsrc="https://static.codemao.cn/emoji/codemao/%E7%BC%96%E7%A8%8B%E7%8C%AB_%E5%8A%A0%E6%B2%B9.gif"alt="emotion_编程猫_加油"
2022-03-09T11:07:55 点赞:0