猫史档案馆


哪里报错了

用户:時分時分查看:0 回复:0 评论:0 创建时间:2022-01-24T19:08:45


帮忙看看,为啥存档点没有作用了》》》(岛三跑酷)

world.addCollisionFilter('player', 'player'); world.querySelectorAll('S').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}`)         }     } });


回复

上一页1 页 / 共 0下一页