Commit 20eec10d by BellCodeEditor

save project

parent 87cf7351
Showing with 1 additions and 1 deletions
......@@ -5,7 +5,7 @@ import random
class Block (pygame.sprite.Sprite):
def __init__(self ,image1 ,image2 ,image3 ):
super().__init__()
self.obstacle = random.choice([bush, stone, cacti])
self.image = random.choice([bush, stone, cacti])
self.rect = self.obstacle.get_rect()
self.rect.x = 1000
self.rect.y = 500 - self.rect.height
......
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