Added the character's image specifications
+19
-1
@@ -16,4 +16,22 @@ The entities in the world (including players, NPCs, monsters, trees, interactive
|
||||
|
||||
## Inheritance Tree
|
||||
|
||||

|
||||

|
||||
|
||||
## 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
|
||||
|
||||

|
||||
Binary file not shown.
|
After Width: | Height: | Size: 5.8 KiB |
Reference in New Issue
Block a user