Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Hint for a quickfix for the impatient ones? I'm looking at the code but can't see what's wrong...

        newbutton.get_node("grade").texture = globals.gradeimages[person.origins]    <--  implies there' a missing image?


globals has the atypical in it's origins

var originsarray = ['slave','poor','commoner','rich','atypical','noble']

I believe the fix is to add the atypical to the “var gradeimages” in globals. Copy something like the commoner image and change the name to atypical on the copy, just put it after that one