I want some words of a text to have different colors and sizes, how can I do it?
Example:
Solved! Thanks —
I did it with BBCode, using this posts:
Changing your runtime to C3:
construct.net/en/blogs/construct-official-blog-1/c3-runtime-alpha-now-available-950
Text formating features:
construct.net/en/blogs/construct-official-blog-1/new-text-features-in-the-construct-3-runtime-908
BBCodes Tags:
construct.net/en/forum/construct-3/how-do-i-8/bbcode-text-formatting-feature-134131
"Remember you have to check "Enable BBcode" in the object properties."
use bbcode !
Okay!
I don't know what bbcode is, but now I have a direction, thanks!
Develop games in your browser. Powerful, performant & highly capable.
ok so you click on your spritefont object and in the propreties you make sure to check enable bbcode
and then in your text you can do things like "[color=#ff0000]FPS:[/color]" and it will print a red text saying FPS
It worked, thanks <3