Adventure Game Studio

AGS Support => Advanced Technical Forum => Topic started by: Whelandrew on Sun 08/08/2004 20:29:44

Title: Inventory Buttons Got All Smooshed
Post by: Whelandrew on Sun 08/08/2004 20:29:44
I'll try to explain this in the best way that I can: When clicking on the inventory button, it brings up a window of all the items you are carrying. At the bottom of this window are your basic option buttons (look, use, ok).

My problem is that they have all somehow been pushed to the left side and overlap each other. Basically, I can't click on any of them and I can't make use of any of the inventory items.

I've looked over the program and can't even find where to edit that menu listing to fix it. How can I straighten this out again?
Title: Re: Inventory Buttons Got All Smooshed
Post by: Radiant on Mon 09/08/2004 10:02:46
SetInvItemDimensions ()
Title: Re: Inventory Buttons Got All Smooshed
Post by: Pumaman on Mon 09/08/2004 20:24:38
Are you using the default inventory window or a custom one?

In the default inventory window, the button widths at the bottom are based on the width of the Arrow button image.
Title: Re: Inventory Buttons Got All Smooshed
Post by: Whelandrew on Tue 10/08/2004 01:13:30
I figured out the problem. Thanks, though.