Skip to main content

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

Asymmetrical Design Support?

A topic by Alice created Jun 07, 2024 Views: 140 Replies: 2
Viewing posts 1 to 2

Lets say my character needs a different sprite for left and right, will that be supported?

Developer

That isn't supported by default, but you could give the character a custom "draw_script" that checks which way they are facing and draws a different sprite instead.

That's gonna be slightly annoying. But thanks for the anwser