Hello,
I'm working on making an inventory using the grid container. So far it works and looks pretty nice but I've realized there isn't an obvious way to set the position of an object in a GridContainer? I'm creating instances of objects as TextureRects and making them children to the GridConatiner.
I've also tried to redo this with an ItemList instead of a grid. But this doesn't appear to have a signal for when the mouse enters an item. (I have custom tooltips that utilize this)
See here: https://i.imgur.com/N5ASrjv.gifv (place holder sprites lol)
Thanks