Commit 755ba680 by BellCodeEditor

save project

parent b9e693ee
Showing with 2 additions and 2 deletions
......@@ -71,7 +71,7 @@ while True:
if y > 150 :
y-=t
t-=1.8
wukong3.rect_y = y
wukong3.rect.y = y
else:
state = 'downing'
# 下落
......@@ -79,7 +79,7 @@ while True:
if y < 400:
y+=t
t+=1.8
wukong3.rect_y = y
wukong3.rect.y = y
else:
state = 'running'
t=30
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment