I have four sprites with different sizes. I want to create them randomly in a row and have a same distance.
Example: A (width: 10), B (width: 20), C (width: 30), D (width: 5)
-> A (10) B (10) D (10) C (10): distance between two sprites
-> D (10) B (10) C (10) A