Skip to main content

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

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!