Commit e9103cc1 by BellCodeEditor

save project

parent abc34f04
Showing with 2 additions and 1 deletions
...@@ -80,7 +80,7 @@ while True: ...@@ -80,7 +80,7 @@ while True:
aa.rect.x -= 8 aa.rect.x -= 8
screen.blit(aa.image, (aa.rect.x, aa.rect.y)) screen.blit(aa.image,aa.rect)
# 刷新画面 # 刷新画面
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