
Lv.1
QQ:3346223415
签名:我正在做‘原始枪战’这个可能会上首页但是没有联机可能需要花费好几天的时间希望大家可以喜欢!这个作品点赞过10更新,点赞过100开源全代码(或者收藏过50),这个作品我换了2次才可以的,球球了! (*╯3╰)把你们手上的赞都给我吧!点赞收藏过500或者关注我就把我的所有粉丝关注一遍!FQ不可能(╯▽╰)我的点赞不可能那么多我可能想多了……我现在长期在box3代码岛里玩所以我可能以后的作品会拖更的...
在 主题跑酷开工~ 招募有做过跑酷经验的建筑师和代码师!!! 中回复
你可以试一试这个代码
world.onTick(()=>{world.querySelectorAll('player').forEach((x) => {if (x.player.name == "名字") {x.position.set(Math.random()*100,10,Math.random()*100)}})})
(放控制台里!)名字=你我他(随便一个人)
2022-08-21T12:48:00 点赞:0
在 主题跑酷开工~ 招募有做过跑酷经验的建筑师和代码师!!! 中回复
你银呢?imgsr喵demao.cn/emoji/codemao/%E7%BC%96%E7%A8%8B%E7%8C%AB_%E6%BA%9C%E4%BA%86%E6%BA%9C%E4%BA%86.gif"alt="emotion_编程猫_溜了溜了"
2022-08-21T12:53:15 点赞:0
在 神奇代码岛up主剪辑知识竞答 中回复
无聊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-08-21T17:46:01 点赞:0
在 8863A8 中回复
?????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????
2022-08-26T19:51:15 点赞:0
在 河道速建(代码分享) 中回复
for(let x=0;x<126;x++){;
for(let y=3;y<9;y++){;
for(let z=0;z<126;z++){;
let num = voxels.getVoxel(x,y,z);
if (num == 0){;
voxels.setVoxel(x,y,z,"water");
};
};
};
};
问我为什么把 // 删除因为放到控制台里有效(快去试试吧!~~)
2022-09-03T18:28:46 点赞:0
在 招人写代码建筑! 中回复
world.onPlayerJoin(({ entity }) => {
entity.enableDamage = true;
entity.player.onPress(({ button, raycast:{ hitEntity, direction } }) => {
if (button !== 'action0' || !hitEntity) {
return;
}
hitEntity.velocity.x += direction.x;
hitEntity.velocity.y += 0.5;
hitEntity.velocity.z += direction.z;
hitEntity.hurt(20 * Math.random() + 5, {
attacker: entity,
});
});
});
world.onDie(({ entity, attacker }) => {
if (attacker) {
world.say(attacker.player.name + ' 喵ed ' + entity.player.name)
}
entity.player.forceRespawn();
});2022-09-04T16:54:13 点赞:0
在 https://vicent.baklib-free.com/box3-jc/d838 中回复
https://vicent.baklib-free.com/box3-jc/d838153463153dsgr
2022-09-05T19:28:52 点赞:0