Commit bbd4b9fa by BellCodeEditor

save project

parent a3f20a29
Showing with 1 additions and 1 deletions
......@@ -83,7 +83,7 @@ while True:
time += 1
if time >= 60:
r = random.randint(0,100)
if r > 10:
if r > 40:
obstacle = Abc(stone,cacti,bush)
Abc_list.add(obstacle)
time = 0
......
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