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():
|
||||
global glines
|
||||
rw = lambda: choice(range(-width / 2, width / 2, 10))
|
||||
# step = lambda n: n + choice((-21, 5))
|
||||
step = lambda n: n + choice((-5,-15))
|
||||
step = lambda n: n + choice((-21, 5))
|
||||
# step = lambda n: n + choice((-5,-15))
|
||||
|
||||
glines = []
|
||||
while len(glines) < 100:
|
||||
|
|
|
|||
Ładowanie…
Reference in New Issue