Commit 88b1bf47 by BellCodeEditor

auto save

parent 9f4cf75a
Showing with 1 additions and 0 deletions
...@@ -6,6 +6,7 @@ pygame.init() ...@@ -6,6 +6,7 @@ pygame.init()
# 创建一个窗口 # 创建一个窗口
screen = pygame.display.set_mode((660,800)) screen = pygame.display.set_mode((660,800))
while True: while True:
for event in pygame.event.get(): for event in pygame.event.get():
if event.tpye == locals.QUIT: if event.tpye == locals.QUIT:
......
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