Browser Quest Sprites

Outsprite can be used to generate the PNG image and the JSON metadata for the file format originally used by Browser Quest when using the Browser Quest option in the format option on the left panel of a selected target object.

Below is an example of the generated metadata for a sprite.

{
  "id": "apple",
  "width": 16,
  "height": 16,
  "animations": {
    "idle_down": {
      "length": 1,
      "row": 0
    }
  }
}

References