{
  "schema_version": "codexpet.v1",
  "name": "Shell Turtle",
  "description": "A steady turtle that tucks into its shell while builds churn.",
  "license": "CC0-1.0",
  "author": "Oiboo",
  "tags": [
    "turtle",
    "shell",
    "pixel",
    "calm"
  ],
  "atlas": {
    "width": 1536,
    "height": 1872,
    "columns": 8,
    "rows": 9,
    "cell_width": 192,
    "cell_height": 208
  },
  "states": [
    {
      "name": "idle",
      "row": 0,
      "frames": 4
    },
    {
      "name": "running-right",
      "row": 1,
      "frames": 4
    },
    {
      "name": "running-left",
      "row": 2,
      "frames": 4
    },
    {
      "name": "waving",
      "row": 3,
      "frames": 4
    },
    {
      "name": "jumping",
      "row": 4,
      "frames": 4
    },
    {
      "name": "failed",
      "row": 5,
      "frames": 4
    },
    {
      "name": "waiting",
      "row": 6,
      "frames": 4
    },
    {
      "name": "running",
      "row": 7,
      "frames": 4
    },
    {
      "name": "review",
      "row": 8,
      "frames": 4
    }
  ]
}
