{
  "stage":
  {
    "left":   0,
    "right":  0,
    "top":    0,
    "bottom": 0
  },

  "balls":
  [
    {
      "@count": 7,
      "img":    [ "@some", "tux", "owl" ],
      "r":      { "@min":  50, "@max": 75 },
      "x":      { "@min": 0.4, "@max": 0.6, "@relative": "horizontal" },
      "y":      80,
      "vx":     { "@min": 240, "@max": 350, "@positive": 0.5 },
      "vy":     0,
      "ax":     0,
      "ay":     { "@min": 350, "@max": 450 }
    }
  ]
}