of     1   

KingJacko
#154763286Tuesday, January 27, 2015 1:20 PM GMT

what is the smallest screen resolution i should worry about(computer only) when making guis? I use scale for position and background but px is better sometimes.
[rfa#hidefromsearch]
#154763587Tuesday, January 27, 2015 1:31 PM GMT

[rfa#hidefromsearch]
igunaa
#154763640Tuesday, January 27, 2015 1:33 PM GMT

VGA. Said the wise.
InternInternetIdiot
#154763677Tuesday, January 27, 2015 1:34 PM GMT

Eh If your going mobile the lowest would be 320 by 480 for decent game play. Thanks! HDTV13 - Chief of BTP Posting failed = 97x64 (Error user logged out)
steampunkhippie
#154773539Tuesday, January 27, 2015 5:46 PM GMT

To make it fit all screens no matter resolution use scale, scale makes it fit all screens. example if you put {0.9, 0},{0.9, 0} in scale. Then it will take up 9/10 of the screen. if you put {01, 0},{01, 0} . It will take up all of the screen. So i hope you get what i'm saying. and do the same for position too. never ever use whole numbers other then 1.
GodShowsTheWay
#154775189Tuesday, January 27, 2015 6:20 PM GMT

you should worry about 1x1 resolution

    of     1