Add final thumbnail assembly.
This commit is contained in:
parent
72d89c0be9
commit
dd3a185f4b
3 changed files with 37 additions and 0 deletions
|
|
@ -71,9 +71,15 @@ def PwadPath(wad):
|
|||
def BaseThumbPath(wad, mapstr):
|
||||
return Ensure(OUTPUT.joinpath(wad)).joinpath("{}_map{}_base.png".format(wad, mapstr))
|
||||
|
||||
def MDoomPath(wad):
|
||||
return Ensure(OUTPUT.joinpath(wad)).joinpath("M_DOOM_scaled.png")
|
||||
|
||||
def TextThumbPath(wad, mapstr):
|
||||
return Ensure(OUTPUT.joinpath(wad)).joinpath("{}_map{}_text.png".format(wad, mapstr))
|
||||
|
||||
def ThumbPath(wad, mapstr):
|
||||
return Ensure(OUTPUT.joinpath(wad)).joinpath("{}_map{}_thumb.png".format(wad, mapstr))
|
||||
|
||||
def VideoPath(wad, mapstr):
|
||||
return Ensure(OUTPUT.joinpath(wad)).joinpath("{}_map{}.mp4".format(wad, mapstr))
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue