Commit bf6ff541 by BellCodeEditor

auto save

parent 90733564
Showing with 1 additions and 0 deletions
...@@ -17,6 +17,7 @@ class Player(pygame.sprite.Sprite): ...@@ -17,6 +17,7 @@ class Player(pygame.sprite.Sprite):
self.rect.x = 150 self.rect.x = 150
self.rect.y = 400 self.rect.y = 400
screen = pygame.display.set_mode((1000, 600)) screen = pygame.display.set_mode((1000, 600))
FPS = pygame.time.Clock() FPS = pygame.time.Clock()
pygame.display.set_caption('悟空酷跑') pygame.display.set_caption('悟空酷跑')
background = pygame.image.load('bg.png') background = pygame.image.load('bg.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