{
    "id": "se.trevligaspel.mousemove.L2",
    "items": [
        {
            "key": "background",
            "type": "pixmap",
            "rect": [ 0, 0, 200, 100 ],
            "zOrder": 10,
            "value": "Images/1x2-Background.png"
        },


        {
            "key": "selected_i1",
            "type": "pixmap",
            "rect": [ 1, 1, 23, 23 ],
            "zOrder": 100,
            "enabled": false,
            "value": "Images/Arrow-Selector.png"
        },

        {
            "key": "selected_i2",
            "type": "pixmap",
            "rect": [ 101, 1, 23, 23 ],
            "zOrder": 101,
            "enabled": false,
            "value": "Images/Arrow-Selector.png"
        },


        {
            "key": "title_i1",
            "type": "text",
            "rect": [ 5, 10, 90, 24 ],
            "font": {
                "size": 16,
                "weight": 400
            },
            "alignment": "center",
            "zOrder": 150
        },
        {
            "key": "title_i2",
            "type": "text",
            "rect": [ 105, 10, 90, 24 ],
            "font": {
                "size": 16,
                "weight": 400
            },
            "alignment": "center",
            "zOrder": 151
        },



        {
            "key": "dimmer_i1",
            "type": "pixmap",
            "rect": [ 0, 0, 100, 100 ],
            "zOrder": 200,
            "background": "Black",
            "opacity": 0.4,
            "enabled": false
        },
        {
            "key": "dimmer_i2",
            "type": "pixmap",
            "rect": [ 100, 0, 100, 100 ],
            "zOrder": 201,
            "background": "Black",
            "opacity": 0.4,
            "enabled": false
        },


        {
            "key": "dimming",
            "type": "pixmap",
            "rect": [ 0, 0, 200, 100 ],
            "zOrder": 500,
            "background": "Black",
            "opacity": 0.4,
            "enabled": false
        },
        {
            "key": "direction",
            "type": "pixmap",
            "rect": [ 0, 0, 200, 100 ],
            "zOrder": 501,
            "enabled": false
        },



        {
            "key": "alertbackground",
            "type": "pixmap",
            "rect": [ 0, 70, 200, 30 ],
            "zOrder": 600,
            "background": "White",
            "opacity": 0.9,
            "enabled": false
        },
        {
            "key": "alerticon",
            "type": "pixmap",
            "rect": [ 5, 72, 25, 25 ],
            "zOrder": 601,
            "enabled": false
        },
        {
            "key": "alerttext",
            "type": "text",
            "rect": [ 35, 70, 160, 30 ],
            "font": {
                "size": 16,
                "weight": 400
            },
            "color": "Navy",
            "alignment": "left",
            "zOrder": 602,
            "enabled": false
        }
    ]
}