Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Can anyone help me with how to add full body images to new characters. as in say Tia (a minor character ). This allows us to have different images in the sexuals scene and also the fullbody image  as in sprite that normally appears for the rest of the characters. 

This is how I did it  in Leo's mod with images in directory mods/Leo/Images


var sprites = globals.spritedict

sprites.bonniefull = globals.loadimage(globals.modfolder + "/Leo/Images/Bonniefull.png")

sprites.bonnieportrait = globals.loadimage(globals.modfolder + "/Leo/Images/Bonnieportrait.png")