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!
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.
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.
Ok Thanks