{
  "image": "cat-sheet.png",
  "frameWidth": 32,
  "frameHeight": 32,
  "columns": 6,
  "rows": 4,
  "facing": "right",
  "palette": {
    "K": "#000000",
    "D": "#AA5500",
    "O": "#FFAA55",
    "L": "#FFFFAA",
    "P": "#FFAAAA",
    "G": "#55FF55",
    "W": "#FFFFFF"
  },
  "coats": {
    "ginger": {
      "image": "cat-sheet.png",
      "palette": {
        "K": "#000000",
        "D": "#AA5500",
        "O": "#FFAA55",
        "L": "#FFFFAA",
        "P": "#FFAAAA",
        "G": "#55FF55",
        "W": "#FFFFFF"
      }
    },
    "grey": {
      "image": "cat-sheet-grey.png",
      "palette": {
        "K": "#000000",
        "D": "#555555",
        "O": "#AAAAAA",
        "L": "#FFFFFF",
        "P": "#FFAAAA",
        "G": "#FFAA00",
        "W": "#FFFFFF"
      }
    },
    "smoke": {
      "image": "cat-sheet-smoke.png",
      "palette": {
        "K": "#000000",
        "D": "#000000",
        "O": "#555555",
        "L": "#AAAAAA",
        "P": "#FFAAAA",
        "G": "#FFFF00",
        "W": "#FFFFFF"
      }
    },
    "cream": {
      "image": "cat-sheet-cream.png",
      "palette": {
        "K": "#000000",
        "D": "#FFAA55",
        "O": "#FFFFAA",
        "L": "#FFFFFF",
        "P": "#FFAAAA",
        "G": "#55AAFF",
        "W": "#FFFFFF"
      }
    }
  },
  "animations": {
    "idle": {
      "frames": [
        0,
        1,
        2,
        1,
        0,
        1,
        2,
        3
      ],
      "fps": 6,
      "loop": true
    },
    "walk": {
      "frames": [
        6,
        7,
        8,
        9,
        10,
        11
      ],
      "fps": 10,
      "loop": true
    },
    "run": {
      "frames": [
        12,
        13,
        14,
        15
      ],
      "fps": 14,
      "loop": true
    },
    "crouch": {
      "frames": [
        16,
        16,
        16,
        16,
        16,
        17,
        17
      ],
      "fps": 4,
      "loop": true
    },
    "sit": {
      "frames": [
        18,
        18,
        18,
        18,
        18,
        18,
        18,
        18,
        18,
        19
      ],
      "fps": 5,
      "loop": true
    },
    "sleep": {
      "frames": [
        20,
        20,
        20,
        21,
        21,
        21
      ],
      "fps": 2,
      "loop": true
    }
  }
}
