Adventure Game Studio

AGS Support => Beginners' Technical Questions => Topic started by: fratello Manu on Wed 25/11/2020 21:00:32

Title: Resize / center default load / save dialogs
Post by: fratello Manu on Wed 25/11/2020 21:00:32
Hi everyone!

I searched the forum and the manual too, but I couldn't find the answer: is it possible to force the default load and save dialogs to the center of the screen?
And maybe to resize them?

My game has a 800 x 450 resolution and when the dialogs show up, they are placed at the middle-bottom of the screen, so they are a bit cropped. Especially the save dialog.
Is it possible to place them at center of the screen?

thanks!
bye
manu
Title: Re: Resize / center default load / save dialogs
Post by: Crimson Wizard on Wed 25/11/2020 21:05:34
No, they don't center nor resize at the moment, this is a known problem but very low priority and thus was never fixed.

Built-in dialogs are there just as placeholders. Normally you would replace them with your own GUI. You may see game templates to see examples of how it may be done.
Title: Re: Resize / center default load / save dialogs
Post by: fratello Manu on Wed 25/11/2020 21:54:39
Thanks!