Commit ad1cd60c by BellCodeEditor

save project

parent fc163f04
Showing with 1 additions and 1 deletions
...@@ -17,7 +17,7 @@ hero2 = pygame.image.load('hero2.png') ...@@ -17,7 +17,7 @@ hero2 = pygame.image.load('hero2.png')
hero3 = pygame.image.load('hero3.png') hero3 = pygame.image.load('hero3.png')
hero4 = pygame.image.load('hero4.png') hero4 = pygame.image.load('hero4.png')
hero5 = pygame.image.load('hero5.png') hero5 = pygame.image.load('hero5.png')
pygame.display.set_caption("悟空酷跑")
a=[hero1,hero2,hero3,hero4,hero5] a=[hero1,hero2,hero3,hero4,hero5]
jumps="running" jumps="running"
......
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