Commit ab91977c by BellCodeEditor

auto save

parent dcf29313
Showing with 1 additions and 0 deletions
...@@ -17,6 +17,7 @@ hero = [pygame.image.load('hero1.png'), ...@@ -17,6 +17,7 @@ hero = [pygame.image.load('hero1.png'),
pygame.image.load('hero3.png'), pygame.image.load('hero3.png'),
pygame.image.load('hero4.png'), pygame.image.load('hero4.png'),
pygame.image.load('hero5.png')]#身体造型 pygame.image.load('hero5.png')]#身体造型
index = 0#索引下标初始值 index = 0#索引下标初始值
jumpState = 'runing'#初始动作 jumpState = 'runing'#初始动作
y = 400 y = 400
......
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