Is there a way to change color in middle of text?

Discuss any general programming issues here
Post Reply
Bugala
Posts: 1400
Joined: Sun Feb 14, 2010 7:11 pm

Is there a way to change color in middle of text?

Post by Bugala »

Is there any commands that would allow me to change size, color and font of text in middle of line?

Or is only way to achieve this by putting more than one text object there?


If there isnt, then I woudl add it as feature request, for sometimes it would be handy feature.

For example right now I am making this tilebased game where it keeps looking at distance, idea would be that if distance is further than what the creature can move in one turn, then it would change distance number into red or something.

Bút it could be useful feature in many other places too.
PEB
Posts: 588
Joined: Sun Feb 21, 2010 1:28 am

Re: Is there a way to change color in middle of text?

Post by PEB »

See the documentation for "Text format tags"
Bugala
Posts: 1400
Joined: Sun Feb 14, 2010 7:11 pm

Re: Is there a way to change color in middle of text?

Post by Bugala »

Thanks a lot PEB, didnt notice those before.
Post Reply