silphius/public/assets/shit-shack/collision-start.js
2024-07-03 16:13:14 -05:00

18 lines
314 B
JavaScript

for (let i = 0; i < intersections.length; ++i) {
if (intersections[i][0].tags) {
if (intersections[i][0].tags.includes('door')) {
ecs.switchEcs(
other,
entity.Ecs.path,
{
Position: {
x: 72,
y: 304,
},
},
);
}
}
}