🎨
This commit is contained in:
@@ -86,7 +86,7 @@ def drawHand(hand, dealer, busted, blackjack):
|
|||||||
background.paste(img,(border+(x*125)+placement[0],border+placement[1]),img)
|
background.paste(img,(border+(x*125)+placement[0],border+placement[1]),img)
|
||||||
|
|
||||||
w, h = background.size
|
w, h = background.size
|
||||||
textHeight = 390+border
|
textHeight = 290+border
|
||||||
|
|
||||||
if busted:
|
if busted:
|
||||||
textWidth = fnt.getsize("BUSTED")[0]
|
textWidth = fnt.getsize("BUSTED")[0]
|
||||||
|
|||||||
Reference in New Issue
Block a user