Adventure Game Studio

AGS Support => Beginners' Technical Questions => Topic started by: on Sun 19/09/2004 15:24:05

Title: Default Inventory GUI
Post by: on Sun 19/09/2004 15:24:05
Is there anyway I can make the actual inventory space of the default intentory GUI not black? Because most of my items have thick black outlines and look stupid as a result.

Thanks in advance.
Title: Re: Default Inventory GUI
Post by: Goot on Sun 19/09/2004 23:10:34
Look at character[].variables in the manual. There's a variable for the standard inv background color. (It's game. somthing)
Title: Re: Default Inventory GUI
Post by: Ashen on Mon 20/09/2004 00:11:04
game.sierra_inv_color
But, it only changes the inventory borders (the grey bit), not the black bit behind the items, which I think is what Plog wants.
I think you'll have to make a custom inventory GUI, and use a background image with the window drawn on in a different colour.