silphius/public/assets/shit-shack/collision-start.js

18 lines
314 B
JavaScript
Raw Normal View History

2024-07-03 16:13:14 -05:00
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,
},
},
);
}
}
}