Commit 9e3de719 by BellCodeEditor

save project

parent f6af1b13
Showing with 2 additions and 2 deletions
......@@ -6,8 +6,8 @@ pygame.init()
background = pygame.image.load('bg.png')
x = 800
y = 600
x = 660
y = 480
# 创建一个窗口
screen = pygame.display.set_mode((x,y))
while True:
......
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