ソースを参照

suppression des lignes inutiles

challenge2BirdStop
Melo 3年前
コミット
ebd42d2f78
1個のファイルの変更0行の追加6行の削除
  1. +0
    -6
      birdie.py

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

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

def on_mouse_down():
print('Clic souris !')
#titi.y -= 20
#titi.x -= -10
titi.speed = 0

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



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