用户:查理九世1查看:0 回复:6 评论:0 创建时间:2020-08-15T19:14:57

//踩上去会把人跳上去的小蘑菇
world.querySelectorAll('.蘑菇').forEach((e)=>{//标签
e.onEntityContact(({other})=>{
// other.position.set(60,40,62);//传送代码
other.velocity.y+=2;//跳跃的力量
})//带我一个
})//还有我!
本次到这里了。
不喜勿喷!