Game Development Community

A gui question

by someone · in Torque Game Engine · 01/07/2004 (9:19 pm) · 1 replies

Im trying to get make a window in my game that covers the whole screen but i cant seem to get it right. i made a new gui and made its

position = "0 0";
extent = "1000 1000";

anyone help? also how do i get that blue line at the top off(if i can)?thanks.

#1
01/20/2004 (9:43 am)
new GuiWindowCtrl()
{
   profile = "GuiDefaultProfile";
   [b]horizSizing = "relative";
   vertSizing = "relative";
   position = "0 0";
   extent = "640 480";[/b]
};