Adventure Game Studio

AGS Support => Beginners' Technical Questions => Topic started by: Dark Link on Tue 22/04/2008 21:56:36

Title: beginner question regarding screen and image output
Post by: Dark Link on Tue 22/04/2008 21:56:36
I've just started a project and have an early help question,

i've set the screen size to 640x400 and created my first scene with those dimensions, however when i run the game the window doesn't show the whole scene, any ideas on how to fix this?
Title: Re: beginner question regarding screen and image output
Post by: Gilbert on Wed 23/04/2008 01:41:03
Did you set your game to 640x400 in the editor?
I think a game default at 320x200 resolution when you first start a new one. You need to change the resolution:
General -> (Setup) -> Resolution

and then import the background again.
Title: Re: beginner question regarding screen and image output
Post by: Dark Link on Wed 23/04/2008 10:31:16
Aha! Cracked it, it wasn't due to the resolution size as you suggested but because the image wasn't exactly 640x400 (it was 637x400 to be exact)

I rescaled it and imported it again and it works

Thanks for the quick response though