StendhalRefactoringGraphics: Difference between revisions

Content deleted Content added
imported>AntumDeluge
imported>Borgomatic
m Additions to sprite details.
Line 3:
 
 
This page is to collect missing or new graphics wanted to be madeneeded, also graphics which exist but need improvement.
 
= Creatures, outfits and items =
Line 29:
===Specification===
 
The sprites used for creatures are in the [http://arianne.cvs.sourceforge.net/viewvc/arianne/stendhal/data/sprites/monsters/ data/sprites/monsters/] directory in the stendhalStendhal source.
 
* The shape of a creature must have a dark outline of a few pixels (this is to make it stand out from the background). 2 black pixels work.
 
* A creature should have 12 frames in a 3x4 format for its [http://en.wikipedia.org/wiki/Walk_cycle walk cycle] which are laid from the top to the bottom in the following rows of 3 columns:
** Row 1: 3 for when its walk is seen from its back side. (North facing)
** Row 2: 3 for when its walk is seen from its right side. (East facing)
** Row 3: 3 for when its walk is seen from its front side. (South facing)
** Row 4: 3 for when its walk is seen from its left side. (West facing)
**
** The column frames:
** Col 1: holds the first step with right foot forward pose.
** Col 2: holds the standing still pose.
** Col 3: holds the second step, left foot forward.
 
* The shape of a creature must have a dark outline of a few pixels (this is to make it stand out from the background)
* A creature should have 12 frames for its [http://en.wikipedia.org/wiki/Walk_cycle walk cycle] which are laid from the top to the bottom in the following rows:
** 3 for when its walk is seen from its back side.
** 3 for when its walk is seen from its right side.
** 3 for when its walk is seen from its front side.
** 3 for when its walk is seen from its left side.
* The size of each frame is:
** for small-sized creatures (e.g [http://arianne.cvs.sourceforge.net/viewvc/arianne/stendhal/data/sprites/monsters/small_animal/rat.png rat]): 32 x 32 pixels, so the size of the whole image is 96 x 128 pixels.