Cataclysmanic / GO2022

4 stars 1 forks source link

knock back can push player into walls #96

Closed plexsoup closed 1 year ago

plexsoup commented 1 year ago

the current implementation of knockback can push the player into walls, because it doesn't respect the collision system.

plexsoup commented 1 year ago

changed +position. to move_and_collide()