
Lv.1
随便写点什么吧࿆ ~(50字符以内)
在 【哈哈农场】教程 中回复
imgsrc="https://static.codemao.cn/emoji/codemao/%E7%BC%96%E7%A8%8B%E7%8C%AB_%E7%82%B9%E8%B5%9E.gif"alt="emotion_编程猫_点赞"
2021-09-17T17:21:55 点赞:0
在 【代码岛公告】代码岛1.0正式下线,3.0喵将要到来! 中回复
imgsrc="https://static.codemao.cn/emotion/thunder_monkey/%E9%9B%B7%E7%94%B5%E7%8C%B4%E7%96%91%E9%97%AE.gif"alt="emotion_雷电猴_疑问"imgsrc="https://static.codemao.cn/emoji/codemao/%E7%BC%96%E7%A8%8B%E7%8C%AB_%E7%B4%A7%E5%BC%A0.gif"alt="emotion_编程猫_紧张"imgsrc="http://img.t.sinajs.cn/t4/appstyle/expression/ext/normal/9d/sada_thumb.gif"alt="emotion_泪"
2021-09-17T18:08:19 点赞:0
在 【官方】如何上首页?只需在本帖下面评论! 中回复
htt?ps://shi?mo.?in/forms?/gVcgVC9g?PdHkYj3w?/fil?l
2021-09-26T17:46:30 点赞:0
在 【限时福利】吉吉喵含泪送限量编程猫皮肤! 中回复
一起来玩https://box3.codemao.cn/p/weapon-to-try?recommend_by=2830835
2021-10-01T08:19:54 点赞:0
在 【限时福利】吉吉喵含泪送限量编程猫皮肤! 中回复
一起来玩https://box3.codemao.cn/p/weapon-to-try?recommend_by=2830835
2021-10-01T08:20:16 点赞:0
在 【跳舞の代码】可以让玩家鬼畜了?一起来跳舞吧! 中回复
world.onPlayerJoin(async({entity})=>{ entity.player.dance = async function (time) { var timeout = false; (async()=>{ await sleep(time * 1000); timeout = true; })(); entity.enableDamage = true; while(!timeout){ entity.hp = 501; entity.position.x += Math.random() - 0.5; entity.position.y += Math.random() * 2 - 1; entity.position.z += Math.random() - 0.5; entity.hurt(500); entity.player.color.set( Math.random(), Math.random(), Math.random() ); await sleep(Math.random()*100); }; entity.hp = entity.maxHp; }; }); /*此代码请放于代码区或地图正在运行时放控制台*/ c喵t all = world.querySelectorAll('player'); all[Math.floor(Math.random()*all.length)].player.dance(5); /*此代码请放于代码区或地图正在运行时放控制台*/ world.querySelectorAll('player').forEach((e)=> e.player.dance(1) );2021-10-06T20:42:44 点赞:0
在 【元七七 · 招人】我的首次招人,项目保密,参加者以后有福利!! 中回复
我想加入,作品链接:https://box3.codemao.cn/g/219614
2021-10-10T20:16:59 点赞:0
在 看看哪里不对了,没法存档了(跑酷) 中回复
world.addCollisionFilter('player', 'player'); world.querySelectorAll('*').forEach((e) => { if (e.id.includes('存档点')) { e.collides = true; e.addTag('存档点'); e.fixed = true; } }) world.onEntityContact(({ entity, other }) => { if (entity.isPlayer) { if (other.hasTag('存档点')) { entity.player.spawnPoint.set(other.position.x, other.position.y + 3, other.position.z) entity.player.directMessage(`你的存档点已经设置为${other.position}`) } } });2022-01-24T19:45:34 点赞:0
在 [神奇代码岛]皮卡大陆招人了 中回复
2022-01-24T19:57:14 点赞:0
在 【救急~】请问模型怎么弄平面照片那种? 中回复
2022-03-23T17:55:25 点赞:0