Commit bb21367a by BellCodeEditor

save project

parent c99a863a
Showing with 1 additions and 0 deletions
...@@ -44,6 +44,7 @@ while True: ...@@ -44,6 +44,7 @@ while True:
jumpstate="runing" jumpstate="runing"
t=30 t=30
hero = heros[index] hero = heros[index]
if jumpstate=="runing":
index+=1 index+=1
if index >4: if index >4:
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