This commit is contained in:
NikolajDanger
2020-08-07 02:22:31 +02:00
parent 7e46849faf
commit b45aac1d1c

View File

@ -21,13 +21,13 @@ def drawImage(channel):
bottomBorder = 110
exampleCircles = 100
w, h = 2800,2400
backgroundColor = (255,255,255,255)
backgroundColor = (230,230,234,255)
boardOutlineColor = (0,0,0)
pieceOutlineColor = (255,255,255)
pieceOutlineColor = (244,244,248)
emptyOutlineColor = (0,0,0)
player1Color = (230,65,40)
player2Color = (255,220,70)
boardColor = (45,125,225)
player1Color = (254,74,73)
player2Color = (254,215,102)
boardColor = (42,183,202)
placeSize = 300
white = (255,255,255,160)
winBarColor = (250,250,250,255)