Commit ed51bb63 by BellCodeEditor

save project

parent d2b24ae7
Showing with 4 additions and 4 deletions
...@@ -5,10 +5,10 @@ pygame.init() ...@@ -5,10 +5,10 @@ pygame.init()
# 创建一个窗口 # 创建一个窗口
screen=pygame.display.set_mode((660,480)) screen=pygame.display.set_mode((660,480))
background=pygame.image.load('bg.pong') background=pygame.image.load('bg.png')
right=pygame.image.load('right.pong') right=pygame.image.load('right.png')
food=pygame.image.load('apple.pong') food=pygame.image.load('apple.png')
boby=pygame.image.load('boby.pong') boby=pygame.image.load('boby.png')
while True: 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