Commit a336e7b2 by BellCodeEditor

save project

parent 0287b456
Showing with 1 additions and 1 deletions
...@@ -85,7 +85,7 @@ while True: ...@@ -85,7 +85,7 @@ while True:
if time>=60: if time>=60:
r=random.randint(0,100) r=random.randint(0,100)
if r>40: if r>40:
obstacle=Bloc k(bush,cacti,stone) obstacle=Block(bush,cacti,stone)
block_list.add(obstacle) block_list.add(obstacle)
time=0 time=0
for prop in block_list: for prop in block_list:
......
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