Commit e91ebe96 by BellCodeEditor

auto save

parent 47390c05
Showing with 1 additions and 2 deletions
......@@ -83,8 +83,7 @@ while True:
num=random.randint(0,50)
if num>20:
print(11)
obstacle=Block(bush,cacti,stone)
print(22)
obstacle=Block(bush,cacti,stone
block_list.add(obstacle)
for sprite in block_list:
sprite.rect.x-=8
......
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