One question about the performance over sprite dimension in Godot. For example, I have an image of 24x24, if I make a sprite 32x32 with pure transparent background, and the image in the centre. Will the 32x32 sprite cost more in terms of performance than using the 24x24 sprite? In another word, will larger sprite even with pure transparent background slow down performance? Thank you.