I've been trying to create some games that resemble the 16-bit games from the past, and I found out when I resize images that are very small they become very blurry and not sharp. However, I found out that by using love.graphics.setDefaultImageFilter("nearest", "nearest") I can f...