Commit 976a7148 by BellCodeEditor

save project

parent 6ca7ccbc
Showing with 2 additions and 1 deletions
...@@ -5,7 +5,7 @@ pygame.init() ...@@ -5,7 +5,7 @@ pygame.init()
# 创建一个窗口 # 创建一个窗口
screen=pygame.display.set_mode((3000,3000)) screen=pygame.display.set_mode((3000,3000))
while True while True:
for a in pygame.a.get(): for a in pygame.a.get():
if a.type==pygame.QUIT: if a.type==pygame.QUIT:
exit() exit()
\ 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