瀏覽代碼

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():


Loading…
取消
儲存