From 5eebb37838f9b9ceb01794095b21134d50e50c18 Mon Sep 17 00:00:00 2001 From: NikolajDanger Date: Wed, 29 Jul 2020 19:30:19 +0200 Subject: [PATCH] :art: --- funcs/games/blackjackDraw.py | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/funcs/games/blackjackDraw.py b/funcs/games/blackjackDraw.py index 9fc3177..287a110 100644 --- a/funcs/games/blackjackDraw.py +++ b/funcs/games/blackjackDraw.py @@ -49,11 +49,11 @@ def drawImage(channel): textImage.text((32+(384*placement[x])+117-int(textWidth/2),1005),key,fill=(255,255,255), font=fnt) else: textWidth = fntSmol.getsize(key)[0] - textImage.text((32+(384*placement[x])+117-int(textWidth/2)-3,1010-3),key,fill=(0,0,0), font=fntSmol) - textImage.text((32+(384*placement[x])+117-int(textWidth/2)+3,1010-3),key,fill=(0,0,0), font=fntSmol) - textImage.text((32+(384*placement[x])+117-int(textWidth/2)-3,1010+3),key,fill=(0,0,0), font=fntSmol) - textImage.text((32+(384*placement[x])+117-int(textWidth/2)+3,1010+3),key,fill=(0,0,0), font=fntSmol) - textImage.text((32+(384*placement[x])+117-int(textWidth/2),1005),key,fill=(255,255,255), font=fntSmol) + textImage.text((32+(384*placement[x])+117-int(textWidth/2)-3,1020-3),key,fill=(0,0,0), font=fntSmol) + textImage.text((32+(384*placement[x])+117-int(textWidth/2)+3,1020-3),key,fill=(0,0,0), font=fntSmol) + textImage.text((32+(384*placement[x])+117-int(textWidth/2)-3,1020+3),key,fill=(0,0,0), font=fntSmol) + textImage.text((32+(384*placement[x])+117-int(textWidth/2)+3,1020+3),key,fill=(0,0,0), font=fntSmol) + textImage.text((32+(384*placement[x])+117-int(textWidth/2),1015),key,fill=(255,255,255), font=fntSmol) table.save("resources/games/blackjackTables/blackjackTable"+channel+".png")