fallahn / crogine

SDL2 Based Game Framework
82 stars 12 forks source link

How does the Sprite Editor Work? #93

Closed zerodarkzone closed 10 months ago

zerodarkzone commented 11 months ago

Hi, I'm trying to use the sprite editor to generate a sprite sheet but it does not render anything,

image

Do you have a way of creating sprite sheets? the format is quite custom.

fallahn commented 10 months ago

You probably need to set your working directory so that the editor knows the relative path to load the assets. Go to View->Options then browse to the directory where you keep the assets directory

zerodarkzone commented 10 months ago

Thanks