Explorar el Código

challenge_ok

chapitre-1-challenge-3
padre
commit
cd2ab6dda9
Se han modificado 1 ficheros con 1 adiciones y 2 borrados
  1. +1
    -2
      birdie.py

+ 1
- 2
birdie.py Ver fichero

@@ -6,9 +6,8 @@ HEIGHT = 708


def on_mouse_down(): def on_mouse_down():
print('Clic souris !') print('Clic souris !')
titi.x -= 50
titi.vitesse -= 1

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




Cargando…
Cancelar
Guardar