Game Development Community

Gui editor

by Katrina Rose · in Torque Game Engine · 01/12/2005 (6:42 am) · 1 replies

Is there a way to change the default resolution for the gui editor? When I change the resolution to 1024x768, objects move and must be manually placed again.

Thanks,
Mike

#1
01/12/2005 (7:31 am)
The "horizSizing" and "vertSizing" properties of each individual control determine how the control will be sized/placed when the resolution is changed. "Relative" is probably what you're looking for.

By playing around with those settings you should be able to set up the gui so that it looks essentially the same in every resolution. You could probably turn up a lot of information by searching the forums for "horizSizing" and "vertSizing."