Files
dsProject/dsLightRag/Algodoo/Code/1.thyme
2025-08-14 15:45:08 +08:00

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];
})
})
})