This commit is contained in:
NikolajDanger
2020-08-07 11:18:24 +02:00
parent b45aac1d1c
commit e0e74f5bc0
2 changed files with 15 additions and 15 deletions

View File

@ -132,14 +132,14 @@ def drawImage(channel):
startx -= placeGridSize[0]*3 + 90
starty -= gridBorder + 60
mask = winBar.copy()#.convert("L")
#mask.putalpha(128)
#mask.save("test.png")
winBarImage = Image.new("RGBA",mask.size,color=winBarColor)
background.paste(winBarImage,(startx,starty),mask)
# Bottom
textPadding = 20