Commit d3926af9 by BellCodeEditor

auto save

parent c5e2a8e5
Showing with 2 additions and 12 deletions
......@@ -3,16 +3,5 @@ import pygame
# 初始化pygame,为使用pygame做准备
pygame.init()
bg=pygame.image.load("bg.png")
apple=pygame.image.load("apple.png")
body=pygame.image.load("body.png")
down=pygame.image.load("down.png")
left=pygame.image.load("left.png")
right=pygame.image.load("right.png")
up=pygame.image.load("up.png")
# 创建一个窗口
pygame.display.set_mode((660,480))
pygame.display.set_mode((660,480))
\ No newline at end of file
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