🐛
This commit is contained in:
@ -36,7 +36,7 @@ def drawImage(channel):
|
||||
|
||||
def drawHand(hand, dealer, busted, blackjack):
|
||||
fnt = ImageFont.truetype('resources/futura-bold.ttf', 200)
|
||||
fnt2 = ImageFont.truetype('resources/futura-bold.ttf', 140)
|
||||
fnt2 = ImageFont.truetype('resources/futura-bold.ttf', 120)
|
||||
length = len(hand)
|
||||
background = Image.new("RGBA", (691+(125*(length-1)),1065),(0,0,0,0))
|
||||
textImage = ImageDraw.Draw(background)
|
||||
|
Reference in New Issue
Block a user