Added the character's image specifications

Kayne Ruse
2013-06-22 20:37:39 +10:00
parent 502a3862af
commit 7c99d761bc
2 changed files with 19 additions and 1 deletions
+18
@@ -17,3 +17,21 @@ The entities in the world (including players, NPCs, monsters, trees, interactive
## Inheritance Tree
![inheritance tree diagram](images/inheritance-tree.png)
## Character Specifications
#### Sprite Sheet
Any character will need a spritesheet. These sprite sheets can be shared bewtween characters, but they must conform to specific dimentions and layouts. The current specification is as follows:
* A 4*4 grid of 32px*48px cells
* The horizontal cells show four images of animation
* The vertical cells show the character moving in four directions, in this order:
1. South (Down)
2. North (Up)
3. East (Left)
4. West (Right)
#### Example
![elliot spritesheet](images/elliot2.png)
BIN
Binary file not shown.

After

Width:  |  Height:  |  Size: 5.8 KiB