Commit 05b5caaa by BellCodeEditor

save project

parent a8ae19d6
Showing with 1 additions and 0 deletions
......@@ -4,6 +4,7 @@ from pygame import locals
pygame.init()
background=pygame.image.load("bg.png")
right=pygame.image.load("right.png")
body=pygame.image.load("body.png")
food=pygame.image.load("apple.png")
# 创建一个窗口
......
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