Skip to main content

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

Cool game! I did find it to be pretty hard but the mechanics were very cool! I also seems like jumping on one of the enemies head soft locks you so I had to restart. Well done over all, thanks for making and sharing it!

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.