Преглед изворни кода

Mise à jour

chapitre-1-challenge-1
Cleason пре 3 година
родитељ
комит
fc375203ba
1 измењених фајлова са 0 додато и 8 уклоњено
  1. +0
    -8
      birdie.py

+ 0
- 8
birdie.py Прегледај датотеку

@@ -13,17 +13,9 @@ 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.x += titi.speed

# if titi.x > WIDTH :
# titi.x = 0


titi.speed = 3


Loading…
Откажи
Сачувај