Commit 01b14f06 by BellCodeEditor

save project

parent d425f233
Showing with 1 additions and 0 deletions
...@@ -32,6 +32,7 @@ while True: ...@@ -32,6 +32,7 @@ while True:
n=0 n=0
if event.type == locals.KEYDOWN: if event.type == locals.KEYDOWN:
if event.key==locals.K_SPACE and jumpstate=="running": if event.key==locals.K_SPACE and jumpstate=="running":
t=30
jumpstate="up" jumpstate="up"
if jumpstate=="up": if jumpstate=="up":
if t>0 : if t>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