Hi,
Whilst trying to implement the draw mechanics for a 2D demo project, a thought occurred to me. If I draw a sprite as a 60x120 pixel image, what happens when the resolution is set to much higher than 600x800. Will hte sprite still be small and you just get a larger view of the map? Normally when you set the resolution higher in a game, the ...