Commit 428053a8 by BellCodeEditor

save project

parent e92e4c09
Showing with 1 additions and 0 deletions
......@@ -27,6 +27,7 @@ while True:
exit()
if event.type == locals.KEYDOWN:
if jumpState == 'running':
if event.key == locals.K_SPACE:
jumpState = "up"
if jumpState == "up":
......
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