Commit d7b9f423 by BellCodeEditor

save project

parent 48dd4914
Showing with 1 additions and 1 deletions
...@@ -76,7 +76,7 @@ while True: ...@@ -76,7 +76,7 @@ while True:
screen.blit(road,(road_x,500)) screen.blit(road,(road_x,500))
screen.blit(wukong, (150, y)) # 悟空 screen.blit(wukong, (150, y)) # 悟空
if obstacle.rect.x<=0-obstacle.rect.width: if obstacle.rect.x <=0-obstacle.rect.width:
obstacle=Block(bush,cacti,stone) obstacle=Block(bush,cacti,stone)
obstacle.rect.x-=8 obstacle.rect.x-=8
......
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