Allow configuration of the thumbnail icon overlay.
Previously this was hardcoded to be M_DOOM_scaled.png.
This commit is contained in:
parent
c1e4156f3c
commit
fcc6b22785
3 changed files with 10 additions and 9 deletions
|
|
@ -28,6 +28,7 @@ class ConfigBase(object):
|
|||
self._init_attr(["thumbnail", "font"], None)
|
||||
self._init_attr(["thumbnail", "text_fill"], "white")
|
||||
self._init_attr(["thumbnail", "text_stroke"], "red")
|
||||
self._init_attr(["thumbnail", "overlay_name"], "M_DOOM_scaled.png")
|
||||
self._init_attr(
|
||||
["fetch", "mirror"],
|
||||
"https://youfailit.net/pub/idgames"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue