waves create waves in main
This commit is contained in:
parent
bf79e7e35d
commit
773af19f90
4
waves.py
4
waves.py
@ -104,8 +104,8 @@ def create_wpotd(output):
|
|||||||
ctx.line_to(*points[0])
|
ctx.line_to(*points[0])
|
||||||
ctx.fill()
|
ctx.fill()
|
||||||
lastpoints = points
|
lastpoints = points
|
||||||
return surface
|
#return surface
|
||||||
#surface.write_to_png(output) # Output to PNG
|
surface.write_to_png(output) # Output to PNG
|
||||||
|
|
||||||
def main():
|
def main():
|
||||||
create_wpotd('out/waves.png')
|
create_wpotd('out/waves.png')
|
||||||
|
Loading…
Reference in New Issue
Block a user