{
  "stage":
  {
    "left":   0,
    "right":  0,
    "top":    0,
    "bottom": 0
  },

  "balls":
  [
    {
      "@count": 5,
      "img":    "owl",
      "r":      { "@min":  25,  "@max": 50 },
      "x":      { "@min": 0.1,  "@max": 0.4,  "@relative": "horizontal" },
      "y":      { "@min": 0.85, "@max": 0.95, "@relative": "vertical" },
      "vx":     { "@min": 100,  "@max": 400},
      "vy":     { "@min": -600, "@max": -300},
      "ax":     0,
      "ay":     { "@min": 300,   "@max": 600}
    },
    {
      "@count": 5,
      "img":    "tux",
      "r":      { "@min":  25,  "@max": 50 },
      "x":      { "@min": 0.6,  "@max": 0.9,  "@relative": "horizontal" },
      "y":      { "@min": 0.85, "@max": 0.95, "@relative": "vertical" },
      "vx":     { "@min": -400, "@max": -100 },
      "vy":     { "@min": -600, "@max": -300 },
      "ax":     0,
      "ay":     { "@min": 300,  "@max": 600 }
    }
  ]
}