waves create waves in main

This commit is contained in:
Felix Pankratz 2024-08-21 09:51:18 +02:00
parent bf79e7e35d
commit 773af19f90

View File

@ -104,8 +104,8 @@ def create_wpotd(output):
ctx.line_to(*points[0])
ctx.fill()
lastpoints = points
return surface
#surface.write_to_png(output) # Output to PNG
#return surface
surface.write_to_png(output) # Output to PNG
def main():
create_wpotd('out/waves.png')