Commit e74dbb63 by BellCodeEditor

save project

parent 146e6e03
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.key==locals.K_SPACE: if event.key==locals.K_SPACE:
jumState="up"
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