Hello again
Sometimes I use Sprite.cache() that is great to boost performance when my sprite has some vector draw function.
Now I have an object that is made from many (up to 16) different sprites. I hoped to find a SceneObject.cache() function that could combine them into one single Sprite, but it is not there :(
Is it possible to add something like this to Wade?
Thank you