瀏覽代碼

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



Loading…
取消
儲存