{
  "scene": [{
    "background_image": "url",
    "background_default_view": ["x1", "y1", "x2", "y2"], // coordinates in pixels
    "audio": "url",
    "loop_audio": "boolean",
    "shots": [{
      "character_type": "string", //full, half, none
      "character_image": "url",
      "name": "string", // "..." for system dialogue
      "dialogue": "string", // empty string to hide dialogue box
      "audio": "url",
      "background_audio": "string", //pause, resume
      "background_volume": "integer",
      "character_position": "string", //left, right, center
      "background_position": ["x1", "y1", "x2", "y2"], // coordinates in pixels
      "background_animation": "string" //fade, shake, e.t.c
    }]
  }]
}
