Commit f54ba89a by BellCodeEditor

save project

parent 271de403
Showing with 3 additions and 3 deletions
......@@ -29,9 +29,9 @@ while True:
exit()
if event.type == locals.KEYDOWN:
if event.key == locals.K_SPACE:
if k >= 1:
if k == 1:
jump = 'up'
k -= 1
k = 0
......@@ -48,7 +48,7 @@ while True:
else:
jump = 'run'
t = 20
k = 2
k = 1
wukong=hero[index]
if jump == 'run':
index += 1
......
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