raeleus / skin-composer

Create skins for LibGDX scene2d.ui with a graphical interface.
MIT License
427 stars 34 forks source link

Insert fixed export path inside Scene Composer Settings #112

Closed aallnneess closed 2 years ago

aallnneess commented 2 years ago

The path must be searched for every time you export. It would be nicer to be able to specify this in the settings.

So you can export changes very fast.

Thanks

raeleus commented 2 years ago

The default export path is already saved per project after you export for the first time. Just make sure to save after you export for the first time. I do not want the export path to be set for new projects because of the very real (and terrifying) prospect of accidentally overwriting a skin you've exported for another project.

aallnneess commented 2 years ago

It's correct. It works now. Sorry for that.