Skip to main content

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

I like the visuals- spawning in the enemies was particularly neat looking. I wish we could have heard that hammer smash, I feel like it would have added a lot. Also it was tough to tell I was dealing damage to the pylons, I wonder if having the health bars a bit larger could have helped.

The health bars are positioned by a vertex shader, so can easily be scaled up or moved. Right now I'm using a hardcoded vertical offset: https://github.com/ChristopherBiscardi/bevy-jam-7/blob/6e8d26bb6f94bb62d43146b08... . The player's health bar should really be in screenspace UI as well.

I agree audio would've added a lot. Alas I ran out of time for that and damage indicators, etc. I think both small damage numbers and a "hit flash" shader would've helped.