15 lines
498 B
INI
Executable File
15 lines
498 B
INI
Executable File
#has to be a name of a true type font file, not the name of the font
|
|
image_font = "impact"
|
|
|
|
image_font_size = 24
|
|
image_border = 0
|
|
|
|
#use '<name>'to inticate where the watermark should be placed in the string
|
|
#use '<date>'to inticate where the date should be placed in the string
|
|
#\n forces a new line
|
|
image_watermark_string = "This build is for <name>\n<date>\nDo not distribute!"
|
|
|
|
#watermark with associated position and colour
|
|
watermark = Example Co.
|
|
colour = 255 255 255
|
|
pos = 40 40 |