Commit b9557567 by BellCodeEditor

save project

parent 57825079
Showing with 7 additions and 1 deletions
......@@ -31,7 +31,6 @@ while True:
if event.type==locals.KEYDOWN:
if event.key==locals.K_SPACE:
jumpState="up"
else:
if jumpState=="up":
if t>=0:
......@@ -45,6 +44,13 @@ while True:
t+=2
else:
jumpState="runing"
if jumpState=="runing":
y=400
if jumpState=="runing":
if not y==400:
y=400
wukong=hero[index]
if jumpState=="runing":
......
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