Commit 9b7a8e32 by BellCodeEditor

save project

parent 9a437101
Showing with 1 additions and 1 deletions
...@@ -21,7 +21,7 @@ number = 0 ...@@ -21,7 +21,7 @@ number = 0
y = 400 y = 400
t = 30 t = 30
score = 0 score = 0
sss=pygame.font.Font('STKAITI.TTF',20) sss = pygame.font.Font('STKAITI.TTF',20)
class Block(pygame.sprite.Sprite): class Block(pygame.sprite.Sprite):
def __init__(self,image1,image2,image3): def __init__(self,image1,image2,image3):
super().__init__() super().__init__()
......
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