Hi all,
Before I start diving into the mechanics of making a plugin with Text and Sprite capabilities, is there one that already exists? I've done some searching and unable to find anything.
During my C2 game development, many times I find myself placing a Text object on top of a Sprite object in order to "label" it. Buttons are a simple example in this case. Pre-rendering sprites is out of the question as I need to dynamically create buttons with server provided text on them.
Thanks in advance for any help on this.
Best, Chris