All sprites are currently grouped into contact sheets consisting of multiple images. I was wondering what the arguments in favor of this method are?
The reason I ask is that most of the time I've spent working with sprites has been spent on this assembly process. Using individual images instead of contact sheets would cut a whole lot of time off the development process. If the matter is one of performance, then we should definately keep the current method. However, if it's merely one of organization or tradition, then I might suggest switching over to using individual images, instead.