Explorar el Código

chap-3-start-JP

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

+ 1
- 1
birdie.py Ver fichero

@@ -29,6 +29,6 @@ tube_superieur = Actor('top', (300, 0))
tube_inferieur = Actor('bottom', (300, tube_superieur.height + ecart))
vitesse_defilement = 1

# print(tube_superieur.width, tube_superieur.height)
print(tube_superieur.width, tube_superieur.height)

pgzrun.go()

Cargando…
Cancelar
Guardar