Game Development Community

Changing Gui Colors

by Dennis Lamers · in Torque Game Engine · 08/26/2009 (3:18 pm) · 1 replies

I am working now on a fully Lego game (FPS). But I have a little problem. The gui windows/ctrl's using a color. Take as example tutorial.base it has gray window and starter.fps has orange window. How do I change the gui color?

Thanks.

#1
08/26/2009 (4:24 pm)
there are multiple areas to do this:
common/ui/defaultProfiles.cs
starter.fps/client/ui/customProfiles.cs
starter.fps/client/ui/defaultgameProfiles.cs

each of these files have code behind the gui properties and colors.