Commit fb2cf06c by BellCodeEditor

auto save

parent 91aa2a44
Showing with 6 additions and 3 deletions
...@@ -28,11 +28,14 @@ while True: ...@@ -28,11 +28,14 @@ while True:
else: else:
jiumState == "down" jiumState == "down"
if jiumState == "down": if jiumState == "down":
if y > 150: if y <400:
y -=5 y +=5
else: else:
jiumState == "runing" jiumState == "runing"
exit() wukong = [index]
index += 1
if index = 5:
index = 0
if i>4: if i>4:
i=0 i=0
wukong=hero[i] wukong=hero[i]
......
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