Ver código fonte

challenge-6-ok

chapitre-1-challenge-6
Cleason 3 anos atrás
pai
commit
690b5a64db
1 arquivos alterados com 3 adições e 0 exclusões
  1. +3
    -0
      birdie.py

+ 3
- 0
birdie.py Ver arquivo

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

def on_mouse_down():
titi.speed += 1

def update():
titi.x += titi.speed
if titi.left > WIDTH :


Carregando…
Cancelar
Salvar