raeleus / skin-composer

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

Skin Composer disallows special characters when naming resources #123

Open misterbander opened 2 years ago

misterbander commented 2 years ago

When naming resources (fonts, colors, drawables etc.), Skin Composer disallows the use of special characters (@, #, !, spaces etc.), even though libGDX's skin has no restrictions on resource naming.

Screenshot_20220712_115316

Tested on version 51

raeleus commented 1 year ago

Yes, this is a limitation I added myself. In retrospect, it was an unnecessary, arbitrary limitation. I'll have to fix this in the future.