I want to add different growth stages of a block to a page. For that I've added a bunch of GameScenes with one Block inside and different p:age values.
As is, it renders each GameScene on a new line after the previous one, so it all ends up in a column. If I wrap them in a Row, then it tries to put them all in a single row, and if there's not enough space - the last GameScene gets squished to fit it in.
I'd like to have some way to automatically wrap blocks into multiple lines if needed, like flex-wrap: wrap