Commit 3b1171ec by BellCodeEditor

auto save

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