Commit c4100d47 by BellCodeEditor

save project

parent 2cff0268
Showing with 2 additions and 1 deletions
......@@ -31,7 +31,7 @@ while True:
if d =='jump':
if o >0:
y-=o
o-=y
o-=2
else:
d='down'
if d =='down':
......@@ -40,6 +40,7 @@ while True:
o+=2
else:
d='running'
o=30
a=hero[index]
index+=1
if index >=5:
......
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