Skip to main content

On Sale: GamesAssetsToolsTabletopComics
Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

You can't change the size of the sprite [ the image ], but instead you can change the size, or scale, of the actor itself using these methods:

this.actor.getLocalScale()
this.actor.setLocalScale()