minor fix
This commit is contained in:
parent
052f815ee1
commit
806a4a7f65
@ -37,8 +37,6 @@ class GUI(View):
|
||||
|
||||
path = os.path.join(root, f"{"white" if colour == Colour.WHITE else "black"}-{piece_name}.png")
|
||||
img = Image.open(path)
|
||||
size = int(self.tile_size * .85)
|
||||
# img = img.resize((size, size))
|
||||
|
||||
if img.mode == "LA":
|
||||
img = img.convert(mode="RGBA")
|
||||
|
Loading…
x
Reference in New Issue
Block a user