Skip to main content

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

Definitely am only working with one enemy for now (which is the squirrel). After work tonight I'm gonna focus solely on art and get that done so I'll have the next couple of days to hopefully figure out the coding. 

Thanks so much for the encouragement. It's really appreciated! 💖

Yay!  The nice thing is, if you get the squirrel set up, you can set its script as an enemy.gd (or similar), use @export variables for different attributes like speed and health, and if you want to make another enemy, you can change those export variables in the inspector an voila, new enemy using only one script!