waves create waves in main

main
Felix Pankratz 2 months ago
parent bf79e7e35d
commit 773af19f90

@ -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…
Cancel
Save