Explorar el Código

suppression des lignes inutiles

challenge2BirdStop
Melo hace 3 años
padre
commit
ebd42d2f78
Se han modificado 1 ficheros con 0 adiciones y 6 borrados
  1. +0
    -6
      birdie.py

+ 0
- 6
birdie.py Ver fichero

@@ -10,12 +10,6 @@ def draw():
screen.blit('background', (0, 0))
titi.draw()

def on_mouse_down():
print('Clic souris !')
#titi.y -= 20
#titi.x -= -10
titi.speed = 0

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



Cargando…
Cancelar
Guardar