Im trying to make a label that contains a pair of words that are colored based on what word they are, which I want to define in code. Can I make form text using different colored words in code and then add that to a label?
I don’t know if there’s a way to color individual parts of text in a label, but I know you can via the RichtextLabel node. The BBCode is [color=red]red text[/color] if I recall correctly.
Comments
I don’t know if there’s a way to color individual parts of text in a label, but I know you can via the RichtextLabel node. The BBCode is
[color=red]red text[/color]
if I recall correctly.