Posted November 25, 2025 by Studioyo
Graphics Clarity Fix:
The level select menu used to look soft because it was being scaled directly to the window size with fractional values. I switched to a hybrid scaling method:
Step 1: Scale using whole-number (integer) factors to keep edges clean
Step 2: Apply only a tiny fractional smoothscale to fit the window
This results in much sharper graphics while still allowing the menu to resize smoothly.