Hi, are the files inside the ZIP arranged as one sprite sheet, or as separate frames?
(I need the latter)
Viewing post in 2D Squirrel Character comments
Thanks, I've bought them and they are great!
My only issue is that I can't compose my own sprite sheet out of the individual frames since:
1) They are not all in the same dimensions. (Most are 765X430 while others are 641X316 or 466X564.
2) The squirrel is not centered in the same way for all of the different actions. So he maybe in the right position when running, but then "glitch" to another position when hanging.
Now for sure I can adjust for it in the code, but usually when creating such frames for games it's ideal that the character is always in the center of the frame, So that no matter what animation it transitions from, it is still in the right location.
And that the "dead space" size around it is chosen according to the frames in which the character takes as much room as possible on both axis. (A texture packer than removes the dead space anyway, but still notes that the character is centered in all frames).
Is there anything that can be done for it?
Kind regards,
Halom
Thanks for the purchase. It is true that the images have different sizes because it was cropped eliminating the largest possible transparent space, but I understand that this can be an inconvenience when configuring the animations in the engine. Give me some time I'll review the sprites and try to redo it with the character centered, I'll let you know once it's updated.