Currently a single text instance is used for the entire inventory text.
In order to smoothly reorder lines one could chop this into three instances instead.
- The top part that doesn't move and remains static
- The item moving to the bottom
- The bottom chunk moving up, filling the now empty slot
After reordering is complete, use a single instance again.
TODO
Figure out a way to handle several consecutive pickups.
If possible avoid having a seperate text instance for every single line.