Commit 8873374b by BellCodeEditor

save project

parent 72ef4f19
Showing with 1 additions and 1 deletions
......@@ -50,7 +50,7 @@ while True:
screen.blit(hero[index], (150, y))
# 刷新画面
pygame.display.update()
FPS.tick(60)
FPS.tick(40)
if jumpS == "run":
index=(index+1)%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