Commit e1ffa7c9 by BellCodeEditor

save project

parent dc3e4811
Showing with 1 additions and 1 deletions
......@@ -82,7 +82,7 @@ while True:
#aa.rect.x -=10
time+=1
if time>=60:
r=random.randint(0,100)
r=random.randint(0,50)
if r>20:
aa=Block(bush,cacti,stone)
block_list.add(aa)
......
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