Commit 033b641b by BellCodeEditor

save project

parent 81750804
Showing with 4 additions and 2 deletions
print("hello world")
\ No newline at end of file
......@@ -29,8 +29,8 @@ while True:
if event.key==locals.K_SPACE:
jumpState="up"
if jumpState=="up":
if y>150:
y-=5
if t>0:
y-=t
else:
jumpState="down"
if jumpState=="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