Commit 4fa286f0 by BellCodeEditor

save project

parent b778b3c8
Showing with 1 additions and 1 deletions
......@@ -31,7 +31,7 @@ while True:
if event.type == locals.KEYDOWN:
if jump == 1:
if event.key == locals.K_SPA CE:
if event.key == locals.K_SPACE:
jumpstate = 'up'
jump = 0
if jump == 0:
......
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