Commit 1bd54981 by BellCodeEditor

auto save

parent 153c119a
Showing with 9 additions and 0 deletions
......@@ -5,3 +5,12 @@ pygame.init()
# 创建一个窗口
curry=pygame.display.set_mode(sise(660,480))
d=pygame.image.load("bg.png")
f=pygame.image.load("right.png")
g=pygame.image.load("apple.png")
h=pygame.image.load("body.png")
j=pygame.image.load("left.png")
k=pygame.image.load("up.png")
l=pygame.image.load("down.png")
x,y=90,90
screen=pygame.display.set_mode((480,660))
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