Skip to main content

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

You overestimate our technical knowledge. The player's hitbox was a 50*100 pixel rectangle, and we tried to resize the sprites to roughly fit the box. We wanted to make the game have a more top-down perspective, but our artist didn't know how to draw sprites from that angle, so we did this weird compromise. I agree that the punch hitboxes are unintuitive.

The boss was pretty last-minute. If we keep working on this, we'll definitely tweak him and make him more fun to fight. Thanks for trying it out, though!

It would probably be as easy as making the hitbox a 50*50 rectangle at the player's feet, both for collision and hit detection. That way you can stand "in front of" objects without touching them. It would still be weird when other objects are beneath the player, but I think that's somewhat more excusable.