Astronaut graphics

This is an archive of a topic from NESdev BBS, taken in mid-October 2019 before a server upgrade.
View original topic
Astronaut graphics
by on (#133890)
Managed to recover this one so better share it before it's gone. Just some (chubby) astronaut. The sprite size is 16×24 and it takes up 10 tiles for 3 frames of animation. Use first frame for idle, all frames for running (1-2-1-3 order), second frame for jumping/falling. I may make more frames in the future, but these are the base ones I guess.

Sprites themselves:

Image

Tiles making up the sprites (using palette colors 0 to 3 in the PNG, if some tool needs that):

Image

Placing this in the public domain if anybody wants to use it.

EDIT: now that I look again at it there seems to be a mistake in the legs in the second frame... (the legs are supposed to share the same tiles in the second and third frames)
Re: Astronaut graphics
by on (#133904)
Thanks, Sik, an astronaut will be the main character of a game I'm planning to make, I'll save this to have an idea on how to make the sprite. Yours is pretty nice.