{
  "towers": {
    "size": 32,
    "sprites": {
      "blaster": {
        "x": 0,
        "y": 0,
        "w": 32,
        "h": 32
      },
      "freeze": {
        "x": 32,
        "y": 0,
        "w": 32,
        "h": 32
      },
      "sniper": {
        "x": 64,
        "y": 0,
        "w": 32,
        "h": 32
      },
      "plasma": {
        "x": 96,
        "y": 0,
        "w": 32,
        "h": 32
      },
      "tesla": {
        "x": 128,
        "y": 0,
        "w": 32,
        "h": 32
      },
      "missile": {
        "x": 160,
        "y": 0,
        "w": 32,
        "h": 32
      },
      "beam": {
        "x": 192,
        "y": 0,
        "w": 32,
        "h": 32
      },
      "pylon": {
        "x": 224,
        "y": 0,
        "w": 32,
        "h": 32
      },
      "harvester": {
        "x": 256,
        "y": 0,
        "w": 32,
        "h": 32
      },
      "hive": {
        "x": 288,
        "y": 0,
        "w": 32,
        "h": 32
      }
    }
  },
  "aliens": {
    "size": 24,
    "sprites": {
      "drone": {
        "x": 0,
        "y": 0,
        "w": 24,
        "h": 24
      },
      "scout": {
        "x": 24,
        "y": 0,
        "w": 24,
        "h": 24
      },
      "brute": {
        "x": 48,
        "y": 0,
        "w": 24,
        "h": 24
      },
      "speeder": {
        "x": 72,
        "y": 0,
        "w": 24,
        "h": 24
      },
      "tank": {
        "x": 96,
        "y": 0,
        "w": 24,
        "h": 24
      },
      "shielded": {
        "x": 120,
        "y": 0,
        "w": 24,
        "h": 24
      },
      "splitter": {
        "x": 144,
        "y": 0,
        "w": 24,
        "h": 24
      },
      "stealther": {
        "x": 168,
        "y": 0,
        "w": 24,
        "h": 24
      },
      "healer": {
        "x": 192,
        "y": 0,
        "w": 24,
        "h": 24
      },
      "boss": {
        "x": 216,
        "y": 0,
        "w": 24,
        "h": 24
      },
      "phaser": {
        "x": 240,
        "y": 0,
        "w": 24,
        "h": 24
      },
      "berserker": {
        "x": 264,
        "y": 0,
        "w": 24,
        "h": 24
      },
      "swarm": {
        "x": 288,
        "y": 0,
        "w": 24,
        "h": 24
      },
      "titan": {
        "x": 312,
        "y": 0,
        "w": 24,
        "h": 24
      }
    }
  },
  "projectiles": {
    "size": 12,
    "sprites": {
      "blaster": {
        "x": 0,
        "y": 0,
        "w": 12,
        "h": 12
      },
      "freeze": {
        "x": 12,
        "y": 0,
        "w": 12,
        "h": 12
      },
      "sniper": {
        "x": 24,
        "y": 0,
        "w": 12,
        "h": 12
      },
      "plasma": {
        "x": 36,
        "y": 0,
        "w": 12,
        "h": 12
      },
      "tesla": {
        "x": 48,
        "y": 0,
        "w": 12,
        "h": 12
      },
      "missile": {
        "x": 60,
        "y": 0,
        "w": 12,
        "h": 12
      },
      "beam": {
        "x": 72,
        "y": 0,
        "w": 12,
        "h": 12
      },
      "hive": {
        "x": 84,
        "y": 0,
        "w": 12,
        "h": 12
      }
    }
  }
}