Commit 75d72b03 by BellCodeEditor

auto save

parent f9aebc2c
Showing with 30 additions and 0 deletions
......@@ -3,6 +3,36 @@ from pygame import locals
# 初始化pygame,为使用pygame做准备
pygame.init()
#载入图片
background= pygame.image.load("bg.png")#载入背景
right= pygame.image.load("right.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