Commit b0bc105f by BellCodeEditor

auto save

parent 1cf203c3
Showing with 1 additions and 1 deletions
......@@ -81,7 +81,7 @@ while True:
# 将背景图画上去
screen.blit(background, (background_x, 0)) # 远处背景
screen.blit(road, (road_x, 500)) # 路
screen.blit(wukong.image, (200, wukong.rect.y)) # 悟空
screen.blit(wukong.image, (200,y)) # 悟空
time+=1
if time>=60:
num=random.randint(0,50)
......
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