Game Development Community

Editor resolution

by Max Nichols · in Torque Game Engine · 09/10/2008 (6:04 am) · 3 replies

I have recently begun using TGE, and the one thing that has been bothering me above all else is the forced 800x600 resolution of the program window. Is there any way to resize this?

#1
09/10/2008 (6:10 am)
If you're talking about the main TGE window itself, Hit ctrl-o to pull up the options screen, and change it. Or go into window mode, and just drag the edges of the screen out.
If you're talking about the dialog editor, there is a drop down that lets you change the editor window size on the toolbar.
#2
09/10/2008 (6:11 am)
You can change the settings, but since it works inside of the OpenGL window, it is structured by the graphics mode rather than as a traditional Windows application.
#3
09/10/2008 (7:16 am)
Ah, much better. Thanks for hte quick responses, guys. Very much appreciated.