Game Development Community

Where is this color deffined (image atached)

by Greg_ESAL · in Torque Game Engine · 10/02/2006 (3:15 pm) · 1 replies

I have been doing a total overhall of the ui in torque for my current project. I managed to change every single color in the ui but one, and I can't find where it is deffined anywhere. In both the engine code and scripts.

Its the white bg that surrounds the black text box that says "shapeName" "position" rotation" "scale" in the editor view seen here:

www.cggart.com/gg_post_color.jpg

#1
10/03/2006 (9:37 am)
Okay figured it out. This is deffined in GUIinspector.cc just search for 255, 255, 255 and you will find it. Hope that helps anyone else that has this problem.