2 Commity

Autor SHA1 Wiadomość Data
  Cleason fc375203ba Mise à jour 3 lat temu
  Cleason fc3bc487ce Challenge-1 ok 3 lat temu
1 zmienionych plików z 2 dodań i 8 usunięć
  1. +2
    -8
      birdie.py

+ 2
- 8
birdie.py Wyświetl plik

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

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

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

if titi.y > 400 :
titi.y = 0

titi.speed = 1
titi.speed = 3

pgzrun.go()

Ładowanie…
Anuluj
Zapisz