ソースを参照

nouveau commit, je sais pas ou je suis

Challengebird_birddead
Melo 3年前
コミット
9e0ea625fc
1個のファイルの変更13行の追加13行の削除
  1. +13
    -13
      birdie.py

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

@@ -12,19 +12,19 @@ def draw():
titi.draw()
#ghost.draw()

def on_mouse_down():
print("plus vite)")
titi.speed +=1
# print('stop !')
# titi.y -= 20
# ghost.x -= 10
# titi.speed = 0
# ghost.speed = 0
# def on_mouse_up():
# print('go')
# titi.speed = 5
# ghost.speed = 4
def on_mouse_down():
print("plus vite)")
# titi.speed +=1
# print('stop !')
# titi.y -= 20
ghost.x -= 10
titi.speed = 0
ghost.speed = 0
def on_mouse_up():
print('go')
titi.speed = 5
ghost.speed = 4


def update():


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