Commit 0c4d23c6 by BellCodeEditor

save project

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