Due 9patch not allows animations/frames you have to create various objects with various images.
My idea is use a single Sprite and a 9patch and for example:
+ On start layout:
Create 20 9patch objects and for each one, set an image from a sprite animation/frame.
The .json only loads/saves the structure not the image data. I know there is a Base64 Import/Extractor, but wonder if there is other way like using the "Load image from url" that reads web url or data URI.
Is there any way to just use in a 9patch: "Load image from url" and give the "Name of sprite" in some way? Or maybe there is some sprite helper or extension, or behaviour/plugin that can do this?