diff --git a/docs/articles/creating_textures.md b/docs/articles/creating_textures.md index 87e8c10..494c370 100644 --- a/docs/articles/creating_textures.md +++ b/docs/articles/creating_textures.md @@ -18,10 +18,11 @@ When creating textures, either for custom mods or to change the game's default t - Clothes have multiple poses that they have to be compatible with, some of which have multiple animation frames. The ordering and positioning of these frames cannot be changed, so it's best to use the reference textures below for creating news clothes and hairstyles. - Clothes have four rotations, which are laid out in a Right-Down-Left-Up fashion. - When layers are laid out for clothes, each layer should contain the Right-Down-Left-Up ordering before the next layer is started. -- Different clothing types use different sets of poses, since some of them can be reused in different cases. For example, since all working poses use the same arm animations, tops only need one working animation. +- Different clothing types and age groups use different sets of poses, since some of them can be reused in different cases. For example, since all working poses use the same arm animations, tops only need one working animation. - Hair, facial hair, accessories, head accessories and face accessories only use the four walking frames as well as the laying pose. - - Tops and arm accessories only use the four walking frames, the laying pose, and the two working frames. - - Pants and shoes only use the four walking frames, the sitting pose, and the sitting on ground pose. + - Tops and arm accessories only use the four walking frames, the laying pose, the two working frames, and the four walking with arms out frames. Tops for babies additionally include a frame for sitting. + - Pants and shoes only use the four walking frames, the sitting pose, and the sitting on ground pose. Pants and shoes for babies additionally include frames for sleeping and standing. + - Babies don't use the walking with arms out frames at all. ![](../media/person.png) diff --git a/docs/media/person.png b/docs/media/person.png index eea5f31..1637638 100644 Binary files a/docs/media/person.png and b/docs/media/person.png differ