Commit 50a8dd96 by BellCodeEditor

save project

parent 896560d5
Showing with 5 additions and 5 deletions
...@@ -5,7 +5,7 @@ pygame.init() ...@@ -5,7 +5,7 @@ pygame.init()
# 创建一个窗口- # 创建一个窗口-
screem = pygame.display.set_mode((1000,1000)) screem = pygame.display.set_mode((1000,1000))
while True while True:
for event in pygame.event.get() for event in pygame.event.get():
if event.type==locals.QUIT if event.type==locals.QUIT:
exit() exit()
\ 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