Skip to main content

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

You can easily add classes by modifying classes.gd, but make sure to get the one in /assets/data/, NOT the one in /src/, which appears to be a leftover from previous versions.

I would recommend saving your classes to an external file to make it easier to copy them to new versions of the game.

thanks mate