This commit is contained in:
NikolajDanger
2020-08-13 17:29:44 +02:00
parent 4f30c6a196
commit bff486ca7f
2 changed files with 2 additions and 4 deletions

View File

@ -179,7 +179,7 @@ class DrawHex():
(x+SMOL_WIDTH/2, y+SMOL_SIDELENGTH*3/2),
(x, y+SMOL_SIDELENGTH),
],fill = PIECECOLOR[p % 2 + 1])
# Save
im.save(FILEPATH)
except: