Adventure Game Studio

AGS Support => Beginners' Technical Questions => Topic started by: ty3194 on Tue 09/03/2010 04:13:18

Title: Items grouping up in inventory (SOLVED)
Post by: ty3194 on Tue 09/03/2010 04:13:18
Is there any way to make it so that whenever an item is added to the inventory it doesn't stack on top of items already in there?
Title: Re: Items grouping up in inventory
Post by: barefoot on Tue 09/03/2010 07:29:29
Hi

If you find that the Inv items are to close together or overlapping in the Inv window (maybe some Inv Items are bigger than others) then either reduce the size of the bigger Inv sprites or adjust the ItemHeight and ItemWidth sizes of the GUI gInventory properties until you're happy with the Inv spacing. Maybe adjust the whole Inv Window sizes itself if need be.

Barefoot
Title: Re: Items grouping up in inventory
Post by: ty3194 on Tue 09/03/2010 13:24:14
I moved the inventory buttons around and the scrolling arrows, made the box bigger, and adjusted the item width about 20 more and it looks great now! Thanks a lot.