From ba9315972718e51cc952853e16fe0833fac980c2 Mon Sep 17 00:00:00 2001 From: michaelmeunier Date: Tue, 24 Nov 2020 16:03:22 +0100 Subject: [PATCH] ? --- birdie.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/birdie.py b/birdie.py index 19af454..a4f198a 100644 --- a/birdie.py +++ b/birdie.py @@ -3,12 +3,12 @@ TITLE = "Paf l'oiseau" WIDTH = 400 HEIGTH = 708 -birdie = actor('bird2', midtop=(400,708 )) +birdie = actor('bird2', midtop=(, )) birdie.x_direction = 1 # rigth birdie.y_direction = 1 # down birdie.speed = 1 -def on_mouse_down +