Commit 70368028 by BellCodeEditor

save project

parent ff829932
Showing with 6 additions and 3 deletions
......@@ -4,5 +4,9 @@ import pygame
pygame.init()
# 创建一个窗口
screem=pygame.display.set_mode((660,480)
done()
\ No newline at end of file
screem=pygame.display.set_mode((660,480))
while True:
for i in pygame.event.get():
if i.type==pygame.QUIT:
exit()
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