This commit is contained in:
NikolajDanger
2020-07-29 20:01:47 +02:00
parent f96fde1e9d
commit 021ee43114

View File

@ -111,4 +111,4 @@ def drawHand(hand, dealer, busted, blackjack):
textImage.text((int(w/2)-int(textWidth/2)+3,textHeight+3),"BLACKJACK",fill=(255,255,255), font=fnt2) textImage.text((int(w/2)-int(textWidth/2)+3,textHeight+3),"BLACKJACK",fill=(255,255,255), font=fnt2)
textImage.text((int(w/2)-int(textWidth/2),textHeight),"BLACKJACK",fill=(155,123,0), font=fnt2) textImage.text((int(w/2)-int(textWidth/2),textHeight),"BLACKJACK",fill=(155,123,0), font=fnt2)
return background.resize((int(w/3.5),int(h/3.5))) return background.resize((int(w/3.5),int(h/3.5)),resample=Image.BILINEAR)