{
  "name": "headphones",
  "spritesheet": "headphones.webp",
  "frame": {
    "w": 145,
    "h": 150
  },
  "grid": {
    "cols": 16,
    "rows": 8
  },
  "totalFrames": 121,
  "fps": 24,
  "clips": {
    "idle": {
      "from": 15,
      "to": 15,
      "mode": "hold",
      "fps": 38
    },
    "enter": {
      "from": 16,
      "to": 25,
      "mode": "forward",
      "fps": 48,
      "next": "active"
    },
    "active": {
      "from": 26,
      "to": 94,
      "mode": "pingpong"
    },
    "exit": {
      "from": 96,
      "to": 105,
      "mode": "forward",
      "next": "idle"
    }
  }
}