Commit 26f3e871 by BellCodeEditor

save project

parent a7c0db8b
Showing with 1 additions and 1 deletions
...@@ -78,7 +78,7 @@ while True: ...@@ -78,7 +78,7 @@ while True:
time += 1 time += 1
if time >= 60: if time >= 60:
r=random.randint(0.100) r=random.randint(0,100)
if r>40: if r>40:
aa=Block(bush,cacti,stone) aa=Block(bush,cacti,stone)
block_list.add(aa) 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