I've been reading up a lot on sprites and how to optimize them. I read that it's best when using construct 2 to size the sprite to a power of 2 minus 2 pixels. But, I also read that you should always crop the transparent area off of the images before using them. So would it be better to have 20 to 30 126x126 sprites and keep the transparent areas or to crop them down and have 20 to 30 70x53 sprites, which would mean much less transparent pixels but not a power of 2 minus 2?