- Home /
Question by
knuckles209cp · Mar 17, 2014 at 04:23 AM ·
guiresolution
Make GUI Image one size?
I have a GUI image selection , and you can choose through 3 maps but when i change screen resolution it stays the same size ( same size as the built resolution )
private var displayRect = Rect(500, 200, 910, 500);
how would i set that so its always the same size as the windowed resolution?
Comment
Answer by SirCrazyNugget · Mar 17, 2014 at 04:43 AM
Change the displayRect to just draw the Screen.height, Screen.width
What did you do? What are you using? A texture on GUI does not work the same as a GUITexture so you shold give some more info.
Ok so what it is , is a GUI texture made with code , so i can choose different maps ( if that makes sense 0