Best way to 2x scale a game
I'm looking to 2x scale my game and still preserve hard edges so that it maintains its pixel art style.
Current dimensions are 320x200. If I set the flash embed parameters to width=640 height=400 and use 'exact fit', the browser smooths the scaled graphics, which ruins the pixel-art feel.
I'm not keen on upscaling my graphics by 200% because I have existing code that relies on pixel-perfect accuracy, I'd have to recode that to compensate for everything being 2 pixels apart now instead of 1.
My only thought is that perhaps there is an extension that can stretch the frame without smoothing?