Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags
(1 edit) (+1)

if you mean you want to flip the sprite in pixelbox

you can use

sprite(123,59,28, true, true, true)
123 is number of spritesheets
59 is xposition
28 is y position
first true to check flip Horizontal or not
second true to check flip vertical or not
third true to check flip rotation or not

thnx