Commit 8702051b by BellCodeEditor

save project

parent c0423b9b
Showing with 1 additions and 2 deletions
...@@ -35,20 +35,19 @@ while True: ...@@ -35,20 +35,19 @@ while True:
if y >= 150: if y >= 150:
y -= u y -= u
u -= 0.2 u -= 0.2
index -= 1
else: else:
douzou = "down" douzou = "down"
if douzou == "down": if douzou == "down":
if y <= 400: if y <= 400:
y += u y += u
u += 0.2 u += 0.2
index -= 1
else: else:
douzou = "runing" douzou = "runing"
yee = hero[index] yee = hero[index]
if douzou == "runing":
index += 1 index += 1
if index == 5: if index == 5:
index = 0 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