Commit feac55aa by BellCodeEditor

save project

parent 5ed24bbb
Showing with 3 additions and 3 deletions
...@@ -51,5 +51,5 @@ while True: ...@@ -51,5 +51,5 @@ while True:
Q=0 Q=0
screen.blit(hero[Q], (150, y)) screen.blit(hero[Q], (150, y))
# 刷新画面 # 刷新画面
pygame.display.update() pygame.display.update()
FPS.tick(60) FPS.tick(60)
\ No newline at end of file \ 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