Commit bbdcc6d8 by BellCodeEditor

save project

parent 38447e1f
Showing with 5 additions and 0 deletions
......@@ -33,6 +33,11 @@ while True:
y -= 5
else:
jumpState = "down"
if jumpState == "down":
if y > 400:
y += 5
else:
jumpState = "ruming"
index += 1
if index == 5:
index = 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