Commit 8fd38f78 by BellCodeEditor

save project

parent 60d09bf4
Showing with 3 additions and 0 deletions
......@@ -40,7 +40,10 @@ while True:
jumps="running"
t=30
ws=hero[index]
if jumps=="running":
index+=1
else:
index=0
if index >4:
index=0 # 将背景图画上去
screen.blit(background, (0, 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