I’m at a point where I want to display a table with multiple characters and corresponding stats for them, so I was checking out if I should use the ItemList node, or just instanciate a predefined HBoxContainer for each character I have.
ItemList at first glance looks like the way to go, but after meddling with it for an hour I don’t get it, so I was wondering, what is your opinion about it and if I should use it at all for this purpose?
That’s what I thought, but since I’m quite a noob with godot and programming in general, it would be quite possible I was just not seeing the potential of the ItemList node.
I just started looking into tables and thought I would pass along one additional idea. The “Tree” node can have columns with row titles, and there is a hide root option, so I imagine this could be used as a table.