Commit fb2cf06c by BellCodeEditor

auto save

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