I am currently creating a simple Jump n Run and my images are small like 32x32 so the whole world is just 320x320 pixels big. But playing on such a small screen is annoying because everything is hard to see. I could scale every Image up and change everything so a 960x960 screen behaves similar to a 320x320 screen but is there a better way?

