Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

Thanks, that's weird... I just checked and it seems like it only occurs when you are at an angle between a wall and another CharacterBody2d. Seems like is_on_floor() returns false for some reason. I was able to fix it by setting the CollisionShape2d to a RectangleShape2d instead of a CapsuleShape2d, I'll update it after the jam.