用户:
神兽喵查看:0 回复:3 评论:0 创建时间:2020-02-01T21:01:02
求助!!!
怎么制作传送门???代码岛3.0
大佬们教我一下!

86135clcworld.onEntityContact(({ entity,other }) => {
if (other.isPlayer && entity === world.querySelector('door')){
other.position = {x:你要的x坐标,y:你要的y坐标,z:你要的z坐标,}
}
})点赞0
评论