Commit 6cf04890 by BellCodeEditor

save project

parent 1a13e906
Showing with 1 additions and 1 deletions
...@@ -105,7 +105,7 @@ while True: ...@@ -105,7 +105,7 @@ while True:
screen.blit(wukong.image, (150, y)) # 悟空 screen.blit(wukong.image, (150, y)) # 悟空
time += 1 time += 1
if time >= 60: # 创建障碍物精灵 if time >= 50: # 创建障碍物精灵
time = 0 time = 0
num = random.randint(0,50) num = random.randint(0,50)
if num > 20: if num > 20:
......
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