Commit b2449ee1 by BellCodeEditor

save project

parent 686c5f10
Showing with 3 additions and 1 deletions
......@@ -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('STKAITI.TTF',18)
index = 0
y = 400
jumpState = "runing"
......@@ -49,6 +49,8 @@ road_x = 0
bg_x = 0
time = 0
gamestate = True
score = 0
old_score = score
block_list =pygame.sprite.Group() # 创建精灵组
......
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