Commit 58f617be by BellCodeEditor

save project

parent 5ab7e537
Showing with 2 additions and 1 deletions
......@@ -30,7 +30,7 @@ while True:
screen.blit(hero[index], (150, 400))
# 刷新画面
pygame.display.update()
FPS.tick(30)
FPS.tick(10)
index+=1
if index>4:
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