Tagged Questions
5
votes
4answers
785 views
Is there a sprite sheet creator that satisfies these requirements?
I'm looking for a decent sprite sheet packer.
Features:
Command line interface for Linux.
Effective packing algorithm.
Configurable padding between sprites in the sheet.
Configurable fixed sprite ...
0
votes
1answer
618 views
How can I “capture” the section of my sprite sheet that I want to draw in Java?
I'm working on a puzzle game, I've implemented a sprite class that uses an array of images and cycle through the array to draw each frame as required.
This works fine!
Here's the original code:
...
5
votes
4answers
664 views
Anyone know of an online resource with spritesheets from classic games? [closed]
I'm looking for spritesheets for classic retro games, and old home computer games (c64, amiga etc.) Does anyone know of a source online?
3
votes
2answers
982 views
What are the advantages of a sprite sheet over an image sequence/flash timeline?
I've noticed sprite sheets are used more and more in Flash games and I don't fully understand what are the advantages over an image sequence/flash timeline - MovieClip.
I've read this related ...
20
votes
9answers
7k views
Tips and Tools for creating Spritesheet animations
I am looking for a tool that I can use to create sprite sheet easily.
Right now I am using Illustrator, but I can never get the center of the character in the exact position, so it looks like it is ...