-
Notifications
You must be signed in to change notification settings - Fork 120
Open
Description
Found that when running this on my machine the Tetris pieces were incredibly blurry.
Changing Line 242 in src/tetris.py from
img = img.resize((self.width * self.block_size, self.height * self.block_size))
to
img = img.resize((self.width * self.block_size, self.height * self.block_size),0)
solved the issue by forcing 0 antialiasing on resize.
Python 3.8
Mac OS 10.15.3
alwynmathew, svagier, g-satyavamsi, arturs-berzins, D0753250 and 2 more
Metadata
Metadata
Assignees
Labels
No labels
