🎨
This commit is contained in:
@ -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)
|
||||||
|
Reference in New Issue
Block a user