PEP 8 compliance.
This commit is contained in:
parent
b56b0419e2
commit
35894c2614
1 changed files with 3 additions and 1 deletions
|
@ -20,8 +20,10 @@ def draw_text(self, img, text, font_size=64):
|
|||
draw.text(5, int(draw.font_size)+5, text)
|
||||
draw(img)
|
||||
|
||||
|
||||
dcc.config.Base.draw_text = draw_text
|
||||
|
||||
|
||||
class Text(dcc.doom_base.WadMap):
|
||||
def get_parser(self, prog_name):
|
||||
parser = super().get_parser(prog_name)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue