Commit de5e0749 by BellCodeEditor

save project

parent ece6e62a
Showing with 1 additions and 1 deletions
...@@ -35,7 +35,7 @@ index =0 ...@@ -35,7 +35,7 @@ index =0
if event type == locals.KEYDOWN: if event type == locals.KEYDOWN:
if event.key ==locals.K_SPACE: if event.key ==locals.K_SPACE:
if jumpstute=="up": if jumpstute=="up":
if y>150: if t > 0:
y -= 5 y -= 5
else: else:
jiumpstute = "down" jiumpstute = "down"
......
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