Commit 4835bac4 by BellCodeEditor

save project

parent ee637548
Showing with 2 additions and 0 deletions
...@@ -26,6 +26,8 @@ while True: ...@@ -26,6 +26,8 @@ while True:
exit() exit()
if event.type==locals.KEYDOWN: if event.type==locals.KEYDOWN:
if event.kry==locals.K_SPACE: if event.kry==locals.K_SPACE:
jumppStste="up"
if
wukong=hero[index] wukong=hero[index]
index+=1 index+=1
if index>=5: if index>=5:
......
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