Files
dsProject/dsLightRag/Algodoo/Doc/例子.txt
2025-08-14 15:45:08 +08:00

11 lines
195 B
Plaintext

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