Commit 1dc609f4 by BellCodeEditor

save project

parent 58f617be
Showing with 2 additions and 1 deletions
...@@ -30,7 +30,7 @@ while True: ...@@ -30,7 +30,7 @@ while True:
screen.blit(hero[index], (150, 400)) screen.blit(hero[index], (150, 400))
# 刷新画面 # 刷新画面
pygame.display.update() pygame.display.update()
FPS.tick(10) FPS.tick(20)
index+=1 index+=1
if index>4: if index>4:
index=0 index=0
\ No newline at end of file
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