I have some sprites that the users can manipulate, drag around and resize. Now I'd like to be able to display text in those sprites. I've tried lots of, probably stupid, ways. Like inheriting from Label and adding a Label child to the sprite, but no text shows up.
One disturbing thing: Inheriting from Label I get the text to show up if I run in the debugger and inspect my Label subclass instance.
I have this feeling I'm missing something really obvious. How is this done, the proper way?