Commit 5a9a93d5 by BellCodeEditor

auto save

parent 67676936
Showing with 2 additions and 1 deletions
......@@ -52,7 +52,8 @@ while True:
if index == 5:
index = 0
else:
hero = hero_img[4]
index = 4
hero = hero_img[index]
# 将背景图画上去
screen.blit(background, (0, 0))
screen.blit(road_img, (0, 500))
......
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