Hi,
Maybe I'm just blind and can't see the method, but how can I change the background of a TextRectangel from transparent to something different?
I've already tried to use the coleringattribute and the material but nothing worked for me. Is there an easy way (like setColor()), or do I really need to add a second rectangle behind the first one?
As I can see TextRectangle has setColor method inherited from Quad (and btw it has setTexture method inherited from Rectangle).
Maybe this is what you're looking for ...
see
TextRectangle.
Regards