Commit 755ba680 by BellCodeEditor

save project

parent b9e693ee
Showing with 2 additions and 2 deletions
...@@ -71,7 +71,7 @@ while True: ...@@ -71,7 +71,7 @@ while True:
if y > 150 : if y > 150 :
y-=t y-=t
t-=1.8 t-=1.8
wukong3.rect_y = y wukong3.rect.y = y
else: else:
state = 'downing' state = 'downing'
# 下落 # 下落
...@@ -79,7 +79,7 @@ while True: ...@@ -79,7 +79,7 @@ while True:
if y < 400: if y < 400:
y+=t y+=t
t+=1.8 t+=1.8
wukong3.rect_y = y wukong3.rect.y = y
else: else:
state = 'running' state = 'running'
t=30 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