
Lv.1
Everything happens for a reason.
签名:https://box3.codemao.cn/u/YDSyinzi
在 地图招人!(进度:65%) 中回复
本人参与过OmegaCity,火山岛,源码の喵交融等地图的建设,并且研发过代码岛快捷建设代码(球体,圆柱,跨地图建设代码等)
2020-08-03T18:52:33 点赞:0
在 夏季到了,可是我不知道模型旋转代码! 中回复
由于是现场写的所以可能有bug
有bug的话请联系我
(async function(){
var angle=0;
while(true){
world.querySelectorAll(".module").forEach((entity)=>{
entity.meshOrientation.x=Math.sin(angle*180/Math.PI);
entity.meshOrientation.z=Math.cos(angle*180/Math.PI);
})
angle++;
await sleep(10);
}
})()2020-08-05T14:22:24 点赞:0
在 [渣渣来求代码]岛3护盾代码怎么做 中回复
我想你一定是来等我发现这个帖子的吧...(滑稽)
world.onClick(({entity,clicker})=>{if(entity.player.name=="YDS尹子"){clicker.lastattn="尹子的护盾"}})
world.onClick(({entity,clicker})=>{if(entity.player.name=="YDS尹子"){clicker.hurt(10086)}})
//请稍作修改2020-08-05T20:32:50 点赞:0
在 【box3】程序之城修复计划正式启动! 中回复
https://box3create.codemao.cn/games/56a19b1cf78362364da4
这是链接
非熟人一律不给权限
2020-08-06T07:11:56 点赞:0
在 代码岛3.0地图创作赛 中回复
尝试参赛 地图https://box3create.codemao.cn/games/56a19b1cf78362364da4
2020-08-06T07:47:39 点赞:0