Adventure Game Studio

AGS Support => Beginners' Technical Questions => Topic started by: dbuske on Sat 15/01/2011 19:00:28

Title: Accessing gui drawings in a paint program
Post by: dbuske on Sat 15/01/2011 19:00:28
I want to add a bit of color to the Gui drawings which are black and white in the default game.
How do I find them to open them in my painting program?
I found the change background color control, but where does the program store the images which I want to edit more.
Title: Re: Accessing gui drawings in a paint program
Post by: Khris on Sat 15/01/2011 19:43:45
What GUI exactly do you mean?
There aren't any images on GUIs that come with the default game.

All you do is look up the GUI's size, draw the image, import it and set it as BackgroundGraphic.
Title: Re: Accessing gui drawings in a paint program
Post by: dbuske on Sat 15/01/2011 19:47:54
gstatusline and all those. Can I access the drawings and import them into a painting program?
Title: Re: Accessing gui drawings in a paint program
Post by: PatientRock on Sat 15/01/2011 22:01:58
They're in the defaults folder in sprites.  Right click and "export sprite to file".
Title: Re: Accessing gui drawings in a paint program
Post by: Khris on Sun 16/01/2011 05:04:18
Yes, sorry, I didn't realize you were talking about the button sprites.