猫史档案馆


制作一个超级二段跳!box3

用户:一个STUB用户_6923702一个STUB用户_6923702查看:10 回复:14 评论:10 创建时间:2020-06-16T12:51:29


(没有按下除了w的任何键)

center_image

world.onVoxelContact(({entity, voxel}) => {     const stone = voxels.id('stone')     if (voxel===stone){         entity.velocity.y = 2;         setTimeout(function(){ entity.velocity.y = 3; }, 1500);     } }) 然后我作喵把TimeOut换成Interval..... 那就是无限跳跃了!


回复

上一页1 页 / 共 1下一页
某个普通用户某个普通用户

sofa

点赞0


评论


两个小八路两个小八路

emotion_编程猫_加油

点赞0


评论


面具狐狸云绾兮面具狐狸云绾兮

能不能吧无限跳跃的代码放出来,用

print("用这格式发出来")

点赞1


评论


我叫zzt我叫zzt

world.onVoxelContact(({entity, voxel}) => {     const stone = voxels.id('stone')     if (voxel===stone){         entity.velocity.y = 2;         setTimeout(function(){ entity.velocity.y = 3; }, 1500);     } }) 然后我作死把TimeOut换成Interval

点赞0


评论


让一下老年人让一下老年人

我挖

点赞0


评论


Architect_皮卡awaArchitect_皮卡awa

emotion_编程猫_厉害了

点赞0


评论


TobylaiTobylai

似乎楼下铲子打到人痛了(doge

点赞0


评论


一万七千三百六十九名的阿柒一万七千三百六十九名的阿柒

挖坟一号

 

点赞0


评论


可靠的蓝甲虫sDuG可靠的蓝甲虫sDuG

world.onVoxelContact(({entity, voxel}) => {     const stone = voxels.id('stone')     if (voxel===stone){         entity.velocity.y = 2;         setTimeout(function(){ entity.velocity.y = 3; }, 1500);     } }) 

点赞0


评论


LOUISQIILOUISQII

Scratch?(作者的岛名)

点赞1


评论


永恒跳动的红色火焰永恒跳动的红色火焰

考古

点赞0


评论


永恒跳动的红色火焰永恒跳动的红色火焰

可恶已经有盗墓贼来过了

点赞0


评论


Mini_editMini_edit

可恶,被挖完了

点赞0


评论


Dao3的C6H8O7Dao3的C6H8O7

(async function(){

while(1){

  world.querySelectorAll('player')[0].velocity.y = 3;

await sleep(10)

}

})();

点赞0


评论