Skip to main content

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

Change sprite origin

A topic by Ken_Creates created Apr 23, 2016 Views: 678
Viewing posts 1 to 1

Any way to change the origin of a sprite in the program? I can set it in the designer when creating the asset and I can getorigin from my sprite after that but I cant set it. there are times when I'd like to use the same sprites for in game as in menu in the game an origin in the centre makes sense, but when I'm in say a selection menu I'd like to be able to left align so an origin of 0,0 is better.

I can get around it by getting the size and offsetting positions, but I was hoping a simple setorigin would be an option.