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