mirror of
https://github.com/freedoom/freedoom.git
synced 2025-09-02 16:25:47 -04:00
BUILD: remove background color from textgen
remove the background color when generating the text, then remove the extraneous deutex arguments
This commit is contained in:
parent
617a15354f
commit
d3038fad30
3 changed files with 11 additions and 9 deletions
|
@ -18,7 +18,7 @@ COLOR_RED = (0, 100, 100)
|
|||
COLOR_WHITE = (0, 0, 0)
|
||||
|
||||
# Background color for output files.
|
||||
BACKGROUND_COLOR = '#00ffff'
|
||||
BACKGROUND_COLOR = None
|
||||
|
||||
# Height of font in pixels.
|
||||
FONT_HEIGHT = 15
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue