Files
MonoGame.Extended/Source/Demos/Tutorials/Content/Animations/motw.spritesheet
T
2019-10-08 21:43:46 +10:00

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 ]
}
}
}