Add files via upload

This commit is contained in:
themixray 2021-12-05 18:35:17 +03:00 committed by GitHub
parent a3fd5c01d4
commit 3cdef5a12e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
10 changed files with 94 additions and 20 deletions

View file

@ -30,7 +30,7 @@ class font:
surface._surface_orig = surf
return surface
def size(self, text, size, newLineSpace=5,
italic=False, bold=False, underline=False):
italic=False,bold=False,underline=False):
return self.render(text, size, (255,255,255),
newLineSpace=newLineSpace,
italic=italic, bold=bold,