Commit 67b8081a by BellCodeEditor

auto save

parent 686c5f10
Showing with 2 additions and 2 deletions
File added
......@@ -40,7 +40,7 @@ hero = [pygame.image.load('hero1.png'),
pygame.image.load('hero3.png'),
pygame.image.load('hero4.png'),
pygame.image.load('hero5.png')]
basic_font = pygame.font.Font('STKAITI.TTF',32)
basic_font = pygame.font.Font('CMB10.TTF',32)
index = 0
y = 400
jumpState = "runing"
......@@ -49,7 +49,7 @@ road_x = 0
bg_x = 0
time = 0
gamestate = True
score = 0
block_list =pygame.sprite.Group() # 创建精灵组
while True:
......
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