#tile map collision problems
8 messages · Page 1 of 1 (latest)
I drew some pf the cliffs but when i walk in them the character just go past it
My first time using tile map so idk what's wrong
how are you moving your character?
you need to move your character by setting/modifying the velocity parameter and then calling move_and_slide(). manually setting the position completely ignores physics checks.
I already dpne that thx