This commit is contained in:
NikolajDanger
2020-07-29 23:23:47 +02:00
parent 782eefe72d
commit 7b8d144a56

View File

@ -86,7 +86,7 @@ def drawHand(hand, dealer, busted, blackjack):
background.paste(img,(border+(x*125)+placement[0],border+placement[1]),img)
w, h = background.size
textHeight = 390+border
textHeight = 290+border
if busted:
textWidth = fnt.getsize("BUSTED")[0]