Commit a4dd6430 by BellCodeEditor

save project

parent 560c6ace
Showing with 1 additions and 1 deletions
...@@ -83,7 +83,7 @@ while True: ...@@ -83,7 +83,7 @@ while True:
if time > 30: if time > 30:
time=0 time=0
num=random.randint(0,50) num=random.randint(0,50)
if num > 20: if num > 20:
obstacle=Block(cacti,bush, stone) obstacle=Block(cacti,bush, stone)
......
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