TGEA 1.7.0 beta2 join server gui background
by Mike Rowley · in Torque Game Engine Advanced · 04/02/2008 (7:21 pm) · 0 replies
The background image only works with a background.jpg due to the hard coded image.
bitmap = "./background.jpg";
If the .jpg is removed, like it is in the mainmenu.gui, it works fine.
It should be:
bitmap = "./background";
bitmap = "./background.jpg";
If the .jpg is removed, like it is in the mainmenu.gui, it works fine.
It should be:
bitmap = "./background";