Commit 73d2d485 by BellCodeEditor

save project

parent 23182e4e
Showing with 1 additions and 0 deletions
......@@ -76,6 +76,7 @@ while True:
screen.blit(wukong, (150, y)) # 悟空
time+=1
if time>=60:
time=0
num=random.randint(0,50)
if num>20:
obstacle=Block(stone,cacti,bush)
......
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