I have a question regarding sprite sheets and RAM usage:
Is it better to make a sprite sheet that's just one long horizontal strip or one that's a square?
If it's a square, then chances are there will be "unused" sprite quadrants along the bottom right. I'm just wondering if it's inefficient for the underlying GL if I use a long horizontal strip (for example if the GL code turned my strip into a HUGE, mostly empty square).