feat: add score, lines and level calc
This commit is contained in:
@@ -85,7 +85,6 @@ class TextGenerator:
|
||||
surface.blit(cls.sheet, (position[0] + x_position, position[1]), pygame.Rect(cls.characters[char_.upper()], (cls.glyph_size[0], cls.glyph_size[1])))
|
||||
x_position += cls.glyph_size[0]
|
||||
|
||||
|
||||
"""
|
||||
TODO description
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user