Update sketch_2020_03_25a.pyde

main
villares 2020-03-25 23:39:24 -03:00
rodzic b2d9a06145
commit 10eaa70b0e
1 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -29,12 +29,12 @@ def setup():
def draw():
global ns
fill(0, 2)
fill(0, 4)
noStroke()
rect(0, 0, width, height)
if frameCount % 1000 == 0:
ns = random(10000)
background(0, 0, 0)
background(0)
noiseSeed(int(ns))
for m in movers: