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.
position = "0 0";
extent = "1000 1000";
anyone help? also how do i get that blue line at the top off(if i can)?thanks.
About the author
Torque 3D Owner Robert Blanchet Jr.
new GuiWindowCtrl() { profile = "GuiDefaultProfile"; [b]horizSizing = "relative"; vertSizing = "relative"; position = "0 0"; extent = "640 480";[/b] };