Explorar el Código

suppression des lignes inutiles

Chap1-challenge3-go-stop
Melo hace 3 años
padre
commit
d5b31a6be5
Se han modificado 1 ficheros con 0 adiciones y 3 borrados
  1. +0
    -3
      birdie.py

+ 0
- 3
birdie.py Ver fichero

@@ -8,9 +8,6 @@ haut = 75
larg = 350
titi = Actor('bird1', (haut, larg))

# a = 400 #fin d ecran
# b = 1 #début d ecran

def draw():
screen.blit('background', (0, 0))
titi.draw()


Cargando…
Cancelar
Guardar