{
  "name": "Runewater hero front animation study",
  "frameWidth": 64,
  "frameHeight": 96,
  "rendering": "nearest-neighbor",
  "frameDurationMs": 115,
  "animations": {
    "walk_down": {
      "row": 0,
      "frames": [
        0,
        1,
        2,
        3,
        4,
        5,
        6,
        7
      ]
    },
    "idle_down": {
      "row": 1,
      "frames": [
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        1
      ]
    }
  },
  "limitations": [
    "Only down-facing artwork is authored. Left/right/up are NOT generated or mirrored."
  ]
}
