From fc375203bac74f98961854e1f15337a13fae4c69 Mon Sep 17 00:00:00 2001 From: Cleason Date: Tue, 8 Dec 2020 15:54:41 +0100 Subject: [PATCH] =?UTF-8?q?Mise=20=C3=A0=20jour?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- birdie.py | 8 -------- 1 file changed, 8 deletions(-) diff --git a/birdie.py b/birdie.py index 3f3f380..8ba2e13 100644 --- a/birdie.py +++ b/birdie.py @@ -13,17 +13,9 @@ def draw(): screen.blit('background', (0, 0)) titi.draw() -# def on_mouse_up(): -# print('Clic souris !') -# titi.y -= 50 # équivalent à titi.y = titi.y - 50 - - def update(): titi.x += titi.speed - # if titi.x > WIDTH : - # titi.x = 0 - titi.speed = 3