From ebd42d2f78200e5d765dff155c08b971a3a7f98e Mon Sep 17 00:00:00 2001 From: Melo Date: Tue, 8 Dec 2020 14:15:53 +0100 Subject: [PATCH] suppression des lignes inutiles --- birdie.py | 6 ------ 1 file changed, 6 deletions(-) diff --git a/birdie.py b/birdie.py index a10576d..08b6b2f 100644 --- a/birdie.py +++ b/birdie.py @@ -10,12 +10,6 @@ def draw(): screen.blit('background', (0, 0)) titi.draw() -def on_mouse_down(): - print('Clic souris !') - #titi.y -= 20 - #titi.x -= -10 - titi.speed = 0 - def update(): titi.x += titi.speed