浏览代码

titivitesse augmente

Chap1-challenge6-vitesseacceleree
Melo 3 年前
父节点
当前提交
507a54b224
共有 1 个文件被更改,包括 3 次插入1 次删除
  1. +3
    -1
      birdie.py

+ 3
- 1
birdie.py 查看文件

@@ -14,7 +14,9 @@ def on_mouse_down():
print('Clic souris !')
#titi.y -= 20
#titi.x -= -10
titi.speed = 0
#titi.speed = 0
titi.speed +=1

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


正在加载...
取消
保存