Explorar el Código

Mise à jour

chapitre-1-challenge-2
Cleason hace 3 años
padre
commit
b5b3f3fbff
Se han modificado 1 ficheros con 0 adiciones y 4 borrados
  1. +0
    -4
      birdie.py

+ 0
- 4
birdie.py Ver fichero

@@ -15,16 +15,12 @@ def draw():

def on_mouse_up():
print('Clic souris !')
# titi.y -= 50 # équivalent à titi.y = titi.y - 50
titi.speed = 0


def update():
titi.x += titi.speed

# if titi.x > WIDTH :
# titi.x = 0


titi.speed = 3


Cargando…
Cancelar
Guardar