Commit 1b79ee60 by BellCodeEditor

auto save

parent dd9b9c53
Showing with 1 additions and 0 deletions
...@@ -9,6 +9,7 @@ screen = pygame.display.set_mode((660, 480)) ...@@ -9,6 +9,7 @@ screen = pygame.display.set_mode((660, 480))
x,y=240,120 x,y=240,120
FPS=pygame.time.Clock() FPS=pygame.time.Clock()
# 背景 # 背景
background = pygame.image.load('bg.png') background = pygame.image.load('bg.png')
right = pygame.image.load('right.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