Skip to main content

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

That would be better implementation  for the bullets maybe. So currently the bullet is a Box Collider 2D with a trigger

And the players and enemies inherit from a class called MovemementEntity. So when any bullet collides with a MovementEntity(enemy or player) then it causes damage to the entity. Probably some other implementation might be better. But right now the shooting itself needs to be fixed.

Thanks for playing the game again!!