Parcourir la source

Mise à jour

chapitre-1-challenge-1
Cleason il y a 3 ans
Parent
révision
fc375203ba
1 fichiers modifiés avec 0 ajouts et 8 suppressions
  1. +0
    -8
      birdie.py

+ 0
- 8
birdie.py Voir le fichier

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


Chargement…
Annuler
Enregistrer