Game Development Community


#1
03/05/2005 (8:17 am)
There isn't a T2D setting as T2D doesn't have any concept of background, there's just a standard bitmap background control setup. You don't have to use this though.

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.
#2
03/05/2005 (12:40 pm)
For TankPong I load a black background.. works nice :)
#3
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.