04-26-2013, 02:59 AM
There is no max size limit. Individual frame widths must equal the Frame's height.
The system takes a look at the width and height of your ccoa sprite-strips, and merely uses the image's height to find out how many frames you have. You see, it considers that each frame in a strip to be equal in both width and height, so a single frame that is 50px tall would also be 50px high. And if I had a 360px wide strip that measured only 45px tall, it would calculate that the strip had 8 frames.
The system takes a look at the width and height of your ccoa sprite-strips, and merely uses the image's height to find out how many frames you have. You see, it considers that each frame in a strip to be equal in both width and height, so a single frame that is 50px tall would also be 50px high. And if I had a 360px wide strip that measured only 45px tall, it would calculate that the strip had 8 frames.