Commit 04dcffa2 by BellCodeEditor

save project

parent a7981731
Showing with 4 additions and 1 deletions
...@@ -3,7 +3,7 @@ from pygame import locals ...@@ -3,7 +3,7 @@ from pygame import locals
# 初始化pygame,为使用pygame做准备 # 初始化pygame,为使用pygame做准备
pygame.init() pygame.init()
background = pygame.image.ioad('bg.png')
# 创建一个窗口 # 创建一个窗口
screen = pygame.display.set_mode((660,480)) screen = pygame.display.set_mode((660,480))
while True: while True:
...@@ -11,3 +11,6 @@ while True: ...@@ -11,3 +11,6 @@ while True:
print(event) print(event)
if event.type == locals.QUIT: if event.type == locals.QUIT:
exit() 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