Commit 8dbc132d by BellCodeEditor

save project

parent 3279e837
Showing with 15 additions and 3 deletions
...@@ -5,6 +5,18 @@ pygame.init() ...@@ -5,6 +5,18 @@ pygame.init()
# 创建一个窗口ode # 创建一个窗口ode
screen = pygame.display.set_mode((660.660)) screen = pygame.display.set_mode((660.660))
background = pygame.image.load()
while True: while True:
for target_list in pygame. list: for event in pygame.ecent.get():
pass if event.type == locals.QUIT:
\ No newline at end of file
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