Game Development Community

Text properties should be so easy!

by Jared Hoberock · in Torque Game Engine · 03/05/2002 (2:42 pm) · 2 replies

It appears that the default color for GuiTextCtrl objects is black. How do I change it to something else?

#1
03/05/2002 (2:52 pm)
look in the source code and change the color from 0 0 0 to something else... (1.0 1.0 1.0 is white)
#2
03/05/2002 (8:44 pm)
Sorry, I meant that I want to know how to change the color from a script. I don't want to change the default color of the text.