The VG Resource

Full Version: using spritesheets
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi, I'm new on this subject.
To use spritesheet in a project should I separate all sprites?
To make a correct animation all sprites should have the same dimension(?) but spritesheets frames has different dimension...
There is no xml telling how sprites are positioned and dimensioned.
When you use sprites what is your workflow?
thanks
Manually arranging them into a usable format by hand is usually the way. It's annoying, especially when you don't have animations with consistent bounding box dimensions, but the site is more centred around making the sheets nice to view, rather than easy to use. Not to mention, for hard ripped sprites (which is a large portion of the site, if not the majority) doing this is more effort than it's worth for the ripper.

So yeah, sorry :\
Most game naming programs use 'hotspots' that are used as a focus point per frame of animation.
Ok thanks to all