Explorar el Código

titivitesse augmente

Chap1-challenge6-vitesseacceleree
Melo hace 3 años
padre
commit
507a54b224
Se han modificado 1 ficheros con 3 adiciones y 1 borrados
  1. +3
    -1
      birdie.py

+ 3
- 1
birdie.py Ver fichero

@@ -14,7 +14,9 @@ def on_mouse_down():
print('Clic souris !')
#titi.y -= 20
#titi.x -= -10
titi.speed = 0
#titi.speed = 0
titi.speed +=1

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


Cargando…
Cancelar
Guardar