fmt anim1
This commit is contained in:
parent
47c826a5f8
commit
4840e17e8f
@ -111,10 +111,7 @@ def two_squares(start_pos=None):
|
||||
|
||||
def main():
|
||||
canvasSize(400, 800)
|
||||
state = [
|
||||
*square_left_to_right(),
|
||||
*two_squares(Point(0, 350))
|
||||
]
|
||||
state = [*square_left_to_right(), *two_squares(Point(0, 350))]
|
||||
|
||||
watch_timer = None
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user