Commit 0cf6e1ec by BellCodeEditor

auto save

parent 201d1469
Showing with 2 additions and 1 deletions
...@@ -114,7 +114,8 @@ while True: ...@@ -114,7 +114,8 @@ while True:
if road_x <= -1000: #循环路的背景 if road_x <= -1000: #循环路的背景
road_x = 0 road_x = 0
screen.blit(road, (road_x, 500)) # 路,注意为什么纵坐标为500, screen.blit(road, (road_x, 500)) # 路,注意为什么纵坐标为500,
#在悟空的脚下,悟空本身高100,总坐标为400,所以路应该在更靠下的500 #在悟空的脚下,悟空本身高100,总坐标为400 所以路应该在更靠下的500
screen.blit(wukong.image, (150, y)) # 悟空 screen.blit(wukong.image, (150, y)) # 悟空
#精灵组的优化方法 #精灵组的优化方法
......
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