{
    "id": "se.trevligaspel.mousemove.L1",
    "items": [
        {
            "key": "title",
            "type": "text",
            "rect": [ 5, 10, 195, 24 ],
            "font": {
                "size": 16,
                "weight": 600
            },
            "alignment": "center",
            "zOrder": 400
        },




        {
            "key": "mousebackground",
            "type": "pixmap",
            "rect": [ 0, 0, 200, 100 ],
            "zOrder": 100,
            "value": "Images/Background.png",
            "enabled": false
        },
        {
            "key": "wheelbackground",
            "type": "pixmap",
            "rect": [ 0, 0, 200, 100 ],
            "zOrder": 105,
            "value": "Images/Wheel.png",
            "enabled": false
        },
        {
            "key": "mouseleft",
            "type": "pixmap",
            "rect": [ 0, 0, 200, 100 ],
            "zOrder": 110,
            "value": "Images/Left-Click.png",
            "enabled": false
        },
        {
            "key": "mousemiddle",
            "type": "pixmap",
            "rect": [ 0, 0, 200, 100 ],
            "zOrder": 111,
            "value": "Images/Center-Click.png",
            "enabled": false
        },
        {
            "key": "mouseright",
            "type": "pixmap",
            "rect": [ 0, 0, 200, 100 ],
            "zOrder": 112,
            "value": "Images/Right-Click.png",
            "enabled": false
        },
        {
            "key": "snap",
            "type": "pixmap",
            "rect": [ 0, 0, 200, 100 ],
            "zOrder": 113,
            "value": "Images/Snap.png",
            "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
        }
    ]
}