raeleus / skin-composer

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

Exporting with simple names and tenpatch reflection #66

Closed arnemileswinter closed 4 years ago

arnemileswinter commented 4 years ago

If i export with simple names and use tenpatch, the tenpatch class is not correctly instantiable using reflection when consuming the skin. The path (com.mypackage....) is not prefixed to tenpatches when simple names is enabled.

raeleus commented 4 years ago

Sorry about that! I've been short on time these last few days, but I'll definitely address this in my next bug run. Thank you so much for the report!

raeleus commented 4 years ago

This will be resolved with the next version. Thank you.