Commit e0d3430c by BellCodeEditor

save project

parent 147800e1
Showing with 2 additions and 5 deletions
...@@ -6,7 +6,6 @@ p.init() ...@@ -6,7 +6,6 @@ p.init()
bg=p.image.load('bg.png') bg=p.image.load('bg.png')
apple=p.image.load('apple.png') apple=p.image.load('apple.png')
tou=p.image.load('right.png') tou=p.image.load('right.png')
body=p.image.load('body.png')
# 创建一个窗口 # 创建一个窗口
s=p.display.set_mode((660,480)) s=p.display.set_mode((660,480))
...@@ -17,8 +16,5 @@ while 1: ...@@ -17,8 +16,5 @@ while 1:
exit() exit()
s.blit(bg,(0,0)) s.blit(bg,(0,0))
s.blit(apple,(330,240)) s.blit(apple,(330,240))
s.blit(tou,(210,150)) s.blit(tou,(220,160))
s.blit(body,(180,150))
s.blit(body,(180,120))
s.blit(body,(150,120))
p.display.update() p.display.update()
\ 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