0 Members and 2 Guests are viewing this topic.
Here's a 16-frame rotation for the captured ship sprite SirCmpwn made. The rotation kicks the corners of the sprite out 1 pixel in each direction, so the resulting rotation occupies a 9x9 space, which might be a little tricky to account for. No single sprite is bigger than 8x8, though, so you could try to deal with it by fitting them all into 8x8 sprites and then displaying some of them shifted 1 pixel in the x and y directions.
By the way, I just sort of chose 16 rotations arbitrarily. It seemed like enough to smoothly rotate small sprites without going too far overboard. If you want less or more (probably 12 or 24), though, just ask and it'll be no problem for me to remake them.
EDIT 2: I was just watching a video on youtube of Galaga, and I noticed something... The "captured fighter" never rotates, it only rotates when it's being captured or being released, in which case it's colored like the normal fighter. Should I modify my animation to instead rotate SirCmpwn's other ship sprite? Or do you just want to flip his definitions?