now, the manual states:
For an animated sprite ...... place the single animation frames beneath each other in the image, as in a horizontal film strip. Give then the number of frames after a '+' at the end of the file name, example:
explo+11.tga
so i have to put each frame into an image file, so 11 frames in one image, this is rather repetitive to do however! copy pasting, resizing...
i downloaded a resource and in it i saw that each frame was a seperate image file, like:
+0snail.tga
+1snail.tga
+2snail.tga
can it be done like that? how would i go about animating that if it can be done
-dark-