Commit 1bd54981 by BellCodeEditor

auto save

parent 153c119a
Showing with 10 additions and 2 deletions
...@@ -4,4 +4,13 @@ import pygame ...@@ -4,4 +4,13 @@ import pygame
pygame.init() pygame.init()
# 创建一个窗口 # 创建一个窗口
curry=pygame.display.set_mode(sise(660,480)) curry=pygame.display.set_mode(sise(660,480))
\ No newline at end of file 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