I was wondering how to resize a sprite. Your drawing methods seem to leave the sprite dimensions as they were, but I would like to be able to change them, e.g. make a sprite from a file that is 20x20 pixels but show it on the screen as 40x40 pixels. How do you do this?
Thanks in advance.