#tile map collision problems

8 messages · Page 1 of 1 (latest)

tidal venture
#

Anyone have idea why the collision shape on cliffs doesnt work while moving with the character

#

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

vale yew
#

how are you moving your character?

tidal venture
#

Like this

little surge
#

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.

tidal venture
#

I already dpne that thx