Commit 725162b4 by BellCodeEditor

save project

parent 59c02f8f
Showing with 5 additions and 4 deletions
......@@ -4,8 +4,9 @@ import pygame
pygame.init()
# 创建一万个窗口
screen=py.game.dispolay.set_mode((800.600))
screen = pygame.dispolay.set_mode((660.480))
while True:
for event in pygame.evnet.get():
if event.type == locals.QUIT
exit
\ No newline at end of file
if event.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