I am working on an Uno game, everything works fine, but I would like to change how my card inventory works: 1. I want the cards to be sorted by color, 2. I want the cards spread from the middle to the sides, 3. The cards need to overlap if there are many, otherwise they will disapear out of screen (because it doesn’t fit)
I want it to work like this: https://streamable.com/ons1z2
I don’t know how to achieve this effect tho, atm I have this:
I added an UiListLayout to a frame (set it to horizontally, and changed padding to (-0.05, 0)), and add the cards to it, Anyone knows how to achieve this effect? Couldn’t find a sollution anywhere.