:broon:
This commit is contained in:
@ -56,7 +56,7 @@ def badCircle():
|
||||
|
||||
x = middle + (math.cos(math.radians(degree+start)) * (circleSize/2)) - (lineWidth/2) + devx
|
||||
y = middle + (math.sin(math.radians(degree+start)) * (circleSize/2)) - (lineWidth/2) + devy
|
||||
|
||||
|
||||
d.ellipse([(x,y),(x+lineWidth,y+lineWidth)],fill=(0,0,0,255))
|
||||
|
||||
return background
|
||||
@ -176,7 +176,7 @@ def drawImage(channel):
|
||||
man = drawMan(6)
|
||||
except:
|
||||
logThis("Error drawing stick figure (error code 1712)")
|
||||
|
||||
|
||||
try:
|
||||
man = man.resize((smolManx,smolMany))
|
||||
except:
|
||||
@ -184,5 +184,5 @@ def drawImage(channel):
|
||||
|
||||
background.paste(gallow,(100,100),gallow)
|
||||
background.paste(man,(280,210),man)
|
||||
|
||||
|
||||
background.save("resources/games/hangmanBoards/hangmanBoard"+channel+".png")
|
||||
|
Reference in New Issue
Block a user