Commit 4c7c3ec5 by BellCodeEditor

save project

parent 398a5656
Showing with 5 additions and 0 deletions
......@@ -3,3 +3,7 @@ import pygame
pygame.init()
# 创建一个窗口
screen=pygame.display.set_mode((660,480))
while True:
for a in pygame.event.get():
if a.type==locals.QUIT:
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