
Lv.1
Hi~ o(* ̄▽ ̄*)ブ
签名:合作box3
在 【代码岛3.0】爆笑合集 中回复
for (let i = 0; i < 128; ++i) {
for (let j = 0; j < 128; ++j) {
voxels.setVoxel(i, 8, j, 'water')
}
}2020-03-13T21:15:59 点赞:0
在 求助大神!!!!!!!!! 中回复
//选中所有带有标签target的实体,并遍历循环.
world.querySelectorAll('.target').forEach((e)=>{
e.onEntityContact(({entity,other})=>{ //设置目标模型的碰撞事件.
if(!other.isPlayer){return} //防止非玩家实体参与检测.
other.mesh=entity.mesh; //设置玩家的外观.
other.meshScale=entity.meshScale; //设置玩家外观缩放比例.
other.player.invisible=true; //如果模型比玩家小,就需要隐藏玩家的皮肤.
})
})2020-03-13T21:24:50 点赞:0
在 谁会开车代码 中回复
//选中所有带有标签target的实体,并遍历循环.
world.querySelectorAll('.target').forEach((e)=>{
e.onEntityContact(({entity,other})=>{ //设置目标模型的碰撞事件.
if(!other.isPlayer){return} //防止非玩家实体参与检测.
other.mesh=entity.mesh; //设置玩家的外观.
other.meshScale=entity.meshScale; //设置玩家外观缩放比例.
other.player.invisible=true; //如果模型比玩家小,就需要隐藏玩家的皮肤.
})
})2020-03-13T21:26:43 点赞:0
在 ⛔️【代码岛3.0公告】恶意刷屏骂人封号处理 中回复
ID4578025 的倒数第二个小号是屏蔽词,看字数貌似是小*****(突然不敢说了,差点忘了这是屏蔽词)
2020-03-18T10:25:40 点赞:0