Default BG color?
by bentgarney · in Torque Game Builder · 03/05/2005 (8:17 am) · 3 replies
#2
03/05/2005 (12:40 pm)
For TankPong I load a black background.. works nice :)
#3
Look at "fxSceneWindow2D::setDebugBanner()", you can change the font, its size, the background and foreground colours (including the alpha).
You do know we've though of almost everything don't you. ;)
- Melv.
03/06/2005 (4:27 am)
You guys know that you can completely change the debug-info display?Look at "fxSceneWindow2D::setDebugBanner()", you can change the font, its size, the background and foreground colours (including the alpha).
You do know we've though of almost everything don't you. ;)
- Melv.
Associate Melv May
In the "mainScreenGui.gui" file, you'll see a "GuiChunkedBitmapCtrl" called "mainScreenGui". This displays the T2D logo thats located in "./images/background". You can edit this setting in the console editor (F10) or manually editing the file.
Just changing the bitmap will do this.
We'll be changing the default background to something darker, probably in the next release.
- Melv.