raeleus / skin-composer

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

add option to keep folder name in the drawable names #150

Open mcol opened 3 months ago

mcol commented 3 months ago

I'd like to use Skin Composer to manage my texture atlas. As I keep my textures in folders, and at times textures in different folders have the same name, currently they are seen as duplicate, and only one is kept. If the folder name could be kept in the drawable name, then there would be no ambiguity.

raeleus commented 3 months ago

This is a reasonable request, but it will take me a lot of work due to how I handle the texture atlases. I will keep this as open for now, but don't expect a solution until I decide to revamp how I add assets to the app. Thanks.