Parcourir la source

suppression des lignes inutiles

challenge2BirdStop
Melo il y a 3 ans
Parent
révision
ebd42d2f78
1 fichiers modifiés avec 0 ajouts et 6 suppressions
  1. +0
    -6
      birdie.py

+ 0
- 6
birdie.py Voir le fichier

@@ -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



Chargement…
Annuler
Enregistrer