Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Good visual style. The sound is pretty good. I like the hammer idea and the good implementation. I don't know how, but I became invulnerable when I had 1 hp left

(1 edit)

It seems multiple people have had this issue. Whats probably happening is that your dead already, but it missed it due to some race condition.

Alright, I solved it. I did a stupid jam code thing, if health == 0 instead of if health <= 0.