Adventure Game Studio

AGS Support => Beginners' Technical Questions => Topic started by: G on Wed 18/08/2004 20:18:11

Title: double sized GUI at 640x480? I need it with its basic size
Post by: G on Wed 18/08/2004 20:18:11
Hy there!

Sice I've finnished my first game, and while I'm developing the English version of the same, I'm seeing how to make new GUIs.
My problem is that, when I try to make a GUI in a game at 640x480, the GUI appear at the double size it should really be.
Why?!?!
How can I correct it?
I need the GUI appear at the same size i made it graphic for.
Help!
Title: Re: double sized GUI at 640x480? I need it with its basic size
Post by: Darth Mandarb on Wed 18/08/2004 21:33:52
Make sure when you import the sprites you have checked the box for "Import at 640x400" resolution.  It's in the sprite import box.

See if that works for you.
Title: Re: double sized GUI at 640x480? I need it with its basic size
Post by: on Wed 18/08/2004 23:07:55
Also, keep in mind that GUI sizes are based on 320x240 - even if your game is 640x480 - which means you need to make the GUI half the size you want it to appear in game.
Title: Re: double sized GUI at 640x480? I need it with its basic size
Post by: G on Wed 18/08/2004 23:14:41
Ok Thanks