Commit 4b3b29a2 by BellCodeEditor

save project

parent 08640add
Showing with 1 additions and 1 deletions
......@@ -2,7 +2,7 @@ import pygame
from pygame import locals
import random
class Block (pygame.Sprite.sprite):
class Block (pygame.sprite.Sprite):
def __init__(self ,image1 ,image2 ,image3 ):
super().__init__()
self.obstacle = random.choice([bush, stone, cacti])
......
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