Commit b74bfef6 by BellCodeEditor

auto save

parent db84d9cc
Showing with 3 additions and 1 deletions
...@@ -71,8 +71,10 @@ while True: ...@@ -71,8 +71,10 @@ while True:
screen.blit(road, (lu_x, 500)) # 路 screen.blit(road, (lu_x, 500)) # 路
screen.blit(wukong, (150, y)) # 悟空 screen.blit(wukong, (150, y)) # 悟空
xingzhuang.x -= 8
if xingzhuang.x
screen.blit(zhangaiwu,(xingzhuang.x,xingzhuang.y))
# 刷新画面 # 刷新画面
pygame.display.update() pygame.display.update()
......
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