I'm working on an inventory system.
Making and organizing the data with an array is easy enough.
Its displaying it on screen that's a pain.
I want the inventory system to be dynamic too, where more elements can be created depending on
the players bag size.
Any ideas?
I am new to programming and just recently getting my head around arrays.
What I want to do: Make a sprite for each array cell on the layout.
I'm still learning about data systems and all that.