Essentially I want to create an image in game from simple sprites. Then save that image as a sprite and reuse it in game.
Ideally a solution that works on mobile devices.
Any pointers?
Develop games in your browser. Powerful, performant & highly capable.
This maybe?
briggybros
ok, not sure what this plugin does but thanks for the tip.
It lets you make images at runtime I believe. I didn't really know what you are looking for.
briggybros So let's say I had 5 square sprites. In game I drag and drop them into a canvas. I then call something that merges them into one sprite. With that I then export that sprite so it's external to the game. i.e. convert it to base 64 string.
I can do the last part. Just not the sprite merging.
I figured it out. Thanks for the help.