for(5, (y) =>{ for(5, (x) =>{ Scene.addCircle({ pos := [x, y]; radius := 0.2; restitution := 0.8; colorHSVA := [x, 1, 1, 1]; }) }) })