Commit ab52064e by BellCodeEditor

save project

parent c5bb3a60
Showing with 1 additions and 1 deletions
...@@ -82,7 +82,7 @@ while True: ...@@ -82,7 +82,7 @@ while True:
screen.blit(background, (bg_x, 0)) # 远处背景 screen.blit(background, (bg_x, 0)) # 远处背景
screen.blit(road, (road_x, 500)) # 路 screen.blit(road, (road_x, 500)) # 路
screen.blit(wukong.image, (150, y)) # 悟空 screen.blit(wukong.image, (150, y)) # 悟空
if cd==40: if cd==60:
r=random.randint(0,100) r=random.randint(0,100)
if r>30: if r>30:
obstacle=Block(obstacle_list) obstacle=Block(obstacle_list)
......
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