Comments

Log in with itch.io to leave a comment.

My game is harder 

XD

this game is easily better than my entry to the jam

your game is fine, but the enemy should explode and disappear when shot.

Yeah that was my original plan, but i couldn't figure out how to make the bullets kill the enemies.

make with unity gameobject.SetActive(false) when hit. or gameobject.transform.position=new Vector3(0,-1000,0)

Finally got it to work :D