Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags
(+1)

That is some nice art I must say.

There is a little bug in the shooting, if you turn at the same time, then the bullets will teleport to the opposite side.
I think it's a child problem. And would be fixed if instead of adding the projectiles as a child of the player, you add it in the scene as independent gameobjects.

Fun game, and nice sounds!

It's not a child problem I messed up cause when I rotate I would have a value from the player that goes to 1 if is facing right and -1 one if facing left and I multiplied that by the rotation problem is I accidentally multiplied it on the instance of the spawned object. so after I spawn the object the script multiplies the rotation when it should be before I spawn the object.