Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

The visuals are really great. Professional looking particles and art. The ressurection looks really good and feels great. Different enemies would make the game more fun and randomly generated obstacles would be also great.

The movement is kinda unresponsive... I assume you are normalizing an input vector to avoid faster move speed when moving diagonaly, but you're using Input.GetAxis() to get the input value. When you want to normalize input vector, you should use Input.GetAxisRaw() (I could be wrong, maybe you are using different input method, this is just my assumption)

(+1)

Thanks for your review!
More enemy types and obstacles and much more stuff is on my list, but in this short time I couldn't achieve.
I agree, the movement can be more tight, I would check out what you said, thanks. for the tipp.