{ "init":
  { "pixiImages":
    [ "imgBackground", "imgOwl", "imgTux" ]
  },
  
  "model":
  { "stage":
    { "x":      0,
      "y":      0,
      "width":  "@width",
      "height": "@height"
    },

    "circle":
    { "r":   75,
      "x":   75,
      "y":   75,
      "vx": 400,
      "vy": 300
    }
  },

  "view":
  { "stage":
    { "image": "imgBackground" },
    
    "circle":
    { "image": "imgTux" }
  }
}