{ "model":
  { "stage":
    { "class":  "ModelStage",
      "view":   "stage",
      "width":  700,
      "height": 500,
      "zLayer": 0
    },

    "info":
    { "class":        "ModelText",
      "view":         "info",
      "x":            20,
      "y":            30,
      "text":         "Bitte irgendwo auf die Pixi-Bühne klicken!",
      "textTemplate": "Mausposition: $1, $2",
      "zLayer":       1
    }
  },

  "view":
  { "stage":
    { "class":    "ViewStage",
      "resource": "background"
    },

    "info":
    { "class":      "ViewText",
      "fontFamily": ["Verdana", "Helvetica", "sans-serif"],
      "fontSize":   "25px",
      "fontStyle":  "bold"
    }
  },

  "control":
  { "mouse":
    { "control": "controlMouse" }
  }
}