Adventure Game Studio

AGS Support => Beginners' Technical Questions => Topic started by: katie08cd on Mon 23/04/2018 16:41:05

Title: can I change the graphics of this panel?
Post by: katie08cd on Mon 23/04/2018 16:41:05
can I change the graphics of this panel? I miss only this to change to be in theme with my game

(https://s9.postimg.cc/icdp8c3zj/Screenshot_5.jpg)(https://imgur.com/MI8nJ2t)

my graphic
(https://s9.postimg.cc/hzmb26oan/Screenshot_6.jpg)
Title: Re: can I change the graphics of this panel?
Post by: Crimson Wizard on Mon 23/04/2018 16:45:01
If you are calling it using QuitGame(1), then you cannot change it, it uses a built-in GUI.

You will have to create your own Quit dialog GUI, set it up like you want, then show it on screen normally, like you do with the options menu, and script reactions to pressing Yes/No buttons.
Title: Re: can I change the graphics of this panel?
Post by: katie08cd on Mon 23/04/2018 16:48:22
Quote from: Crimson Wizard on Mon 23/04/2018 16:45:01
If you are calling it using QuitGame(1), then you cannot change it, it uses a built-in GUI.

You will have to create your own Quit dialog GUI, set it up like you want, then show it on screen normally, like you do with the options menu, and script reactions to pressing Yes/No buttons.

yes thanks :) I make a new one

done
(https://s9.postimg.cc/6si289ezz/Screenshot_7.jpg)