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