kopia lustrzana https://github.com/villares/sketch-a-day
Update sketch_2020_10_19a.pyde
rodzic
813f1bbe5b
commit
62f08e3e49
|
|
@ -9,8 +9,8 @@ def setup():
|
||||||
def generate_lines():
|
def generate_lines():
|
||||||
global glines
|
global glines
|
||||||
rw = lambda: choice(range(-width / 2, width / 2, 10))
|
rw = lambda: choice(range(-width / 2, width / 2, 10))
|
||||||
# step = lambda n: n + choice((-21, 5))
|
step = lambda n: n + choice((-21, 5))
|
||||||
step = lambda n: n + choice((-5,-15))
|
# step = lambda n: n + choice((-5,-15))
|
||||||
|
|
||||||
glines = []
|
glines = []
|
||||||
while len(glines) < 100:
|
while len(glines) < 100:
|
||||||
|
|
|
||||||
Ładowanie…
Reference in New Issue