(Solved) Can I check collision with points?

Ok so I’m trying to make a platformer survival type game and need blocks you can mine and need auto tiles. So i was gonna create a bunch of points to check left,right,up,down. But how do I check collision with these points?

Using the point inside


Hood1 is my sprite, Leftg1, Rightg1, Upg1 and Downg1 are the names of the corresponding points and Border is the collision object

1 Like

Thanks this helped alot!