Quote:
Originally Posted by fash
[You must be logged in to view images. Log in or Register.]
iirc, the container window auto-pads a certain number of pixels beyond the window width you specify and below the last container slot (for the default done button). Try putting your container slots in a separate screen layer and then decreasing the window width such that the width+auto-padding is your desired window width.
Are you trying to get at something like this?
[You must be logged in to view images. Log in or Register.]
|
I haven't been able to come up with a solution to display the container slots in their native context but on a different layer as you suggested. The only method that I can think of to do this is to hard code the container slots into a different layer, which is the dangerous hack that can lose your items if you accidentally forget to not put an item in the 9th or 10th slots of an 8-slot bag, for instance. Could you enlighten me as to how you accomplished your bag display, or better yet, could you share your bag code? I'd love to look over it as I learn about modding the UI. Thanks!