Commit 7d3e34c6 by BellCodeEditor

save project

parent e7de7beb
Showing with 1 additions and 1 deletions
......@@ -80,7 +80,7 @@ while True:
num = random.randint(0,50)
if num > 20:
obstacle=Block(bush,cacti,stone)
block_list.add(obstacle)
block_list.add(aa)
for sprite in block_list:
sprite.rect.x-=8
screen.blit(sprite.image, (sprite.rect.x, sprite.rect.y))
......
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