Skip to content

Commit

Permalink
Update sketch_2023_10_22.py
Browse files Browse the repository at this point in the history
  • Loading branch information
villares committed Oct 22, 2023
1 parent c7e16b9 commit 133ef85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 2023/sketch_2023_10_22/sketch_2023_10_22.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@


def setup():
py5.size(500, 500)
py5.size(600, 600)
pm.Poly.draw = draw_poly # this is called "monkeypatching"
pm.Segment.draw = draw_segment
gap = 5
Expand Down

0 comments on commit 133ef85

Please sign in to comment.