ソースを参照

Mise à jour

chapitre-1-challenge-2
Cleason 3年前
コミット
b5b3f3fbff
1個のファイルの変更0行の追加4行の削除
  1. +0
    -4
      birdie.py

+ 0
- 4
birdie.py ファイルの表示

@@ -15,16 +15,12 @@ def draw():

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


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

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


titi.speed = 3


読み込み中…
キャンセル
保存