mirror of
https://github.com/AlexMacocian/MonoGame.Extended.git
synced 2026-07-26 00:45:20 +00:00
26 lines
485 B
Plaintext
26 lines
485 B
Plaintext
{
|
|
"textureAtlas": {
|
|
"texture": "motw.png",
|
|
"regionWidth": 52,
|
|
"regionHeight": 72
|
|
},
|
|
"cycles": {
|
|
"idle": {
|
|
"frameDuration": 0.2,
|
|
"isLooping": true,
|
|
"frames": [ 1 ]
|
|
},
|
|
"walkSouth": {
|
|
"frames": [ 0, 1, 2, 1 ]
|
|
},
|
|
"walkWest": {
|
|
"frames": [ 12, { "index": 13, "duration": 1.0 }, 14, 13 ]
|
|
},
|
|
"walkEast": {
|
|
"frames": [ 24, 25, 26, 25 ]
|
|
},
|
|
"walkNorth": {
|
|
"frames": [ 36, 37, 38, 37 ]
|
|
}
|
|
}
|
|
} |