If I need sprites of different sizes that all have the same image, is it better to make a png file for each of them that is their proper size or is it better to use the same image file for all of them and scale it down to the proper size.
What are the relative benefits of each in terms of loading speed, fps, etc.