Explorar el Código

chap-2-start-final

chapitre-2-start-JP
Jordan Pleugers hace 3 años
padre
commit
1e064ec190
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. +2
    -2
      birdie.py

+ 2
- 2
birdie.py Ver fichero

@@ -37,8 +37,8 @@ def update():
if titi2.y > 708 :
titi2.y = 0
vitesse_defilement = 1
tube_sup.x += vitesse_defilement
tube_inf.x += vitesse_defilement
tube_sup.x -= vitesse_defilement
tube_inf.x -= vitesse_defilement
if tube_sup.x + tube_sup.width/2< 0 :
tube_sup.x = WIDTH + tube_sup.width/2
tube_inf.x = WIDTH + tube_sup.width/2


Cargando…
Cancelar
Guardar