📜  在 pygame 中缩放时图像不好 - 无论代码示例

📅  最后修改于: 2022-03-11 14:59:19.885000             🧑  作者: Mango

代码示例1
You probably scaled the image using pygame.transform.scale, 
try using pygame.transform.smoothscale, it works better