Ver a proveniência

horizontal

challenge-6
Melissa há 3 anos
ascendente
cometimento
2f5e5b505b
1 ficheiros alterados com 2 adições e 2 eliminações
  1. +2
    -2
      birdie.py

+ 2
- 2
birdie.py Ver ficheiro

@@ -6,10 +6,10 @@ HEIGHT = 708

def on_mouse_down():
print('Clic souris !')
titi.y -= 50 # équivalent à titi.y = titi.y - 50
titi.x -= 50 # équivalent à titi.y = titi.y - 50

def update():
titi.y += titi.speed
titi.x += titi.speed
def draw():
screen.blit('background', (0, 0))


Carregando…
Cancelar
Guardar