Commit 89d42493 by BellCodeEditor

auto save

parent 76968286
Showing with 5 additions and 1 deletions
import pygame
from pygame import locals
pygame.init() # 初始化
...@@ -47,4 +47,4 @@ while True: ...@@ -47,4 +47,4 @@ while True:
screen.blit(text_surface,(350,70)) screen.blit(text_surface,(350,70))
# 刷新画面 # 刷新画面
pygame.display.update() pygame.display.update()
clock.tick(FPS) clock.tick(FPS)
\ 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