Commit c70916eb by BellCodeEditor

save project

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