Game Development Community

GUI resizing problem

by Fabio Daniel "Sagaz" · in Technical Issues · 01/26/2006 (7:34 am) · 1 replies

Hi! I created a HUD for the PlayGui.gui in a race game using 800x600 resolution. When I change te resolution to something bigger, the HUD objetcs remain at the same place, messing up the original construiction; when I change to something smaller the border objects disappear because of the smaller screen area. I don't know what to change in order to make the HUD objects remain at the same screen location, just like the speedometer does. Does someone knows how to fix this? Thansk a lot!

#1
02/13/2006 (7:49 am)
Check the HorizSizing and VertSizing fields in the GUI editor. Using relative in both will make the GUI component scale when it's parent is scaled.