{
    "settings": {
        "gridSize": 25,
        "gridColor": "#a4a4a4",
        "dragStroke": "black",
        "dragStrokeWidth": 2,
        "selectionStroke": "#4a90f4",
        "selectionStrokeWidth": 2,
        "selectionFill": "rgba(74, 144, 244, 0.15)"
    },
    "startView": {"x": -1, "y": -1, "width": 20, "height": 20},
    "placeables": {
        "crate": {
            "width": 1,
            "height": 1,
            "image": "assets/default/crate.png"
        },
        "brick": {
            "width": 2,
            "height": 2,
            "image": "assets/default/block.png"
        },
        "green_3x1": {
            "width": 3,
            "height": 1,
            "fill": "green"
        }
    },
    "objects": [
        {"x": 7, "y": 5, "template": "crate"},
        {"x": 5, "y": 5, "template": "crate"},
        {"x": 5, "y": 6, "template": "green_3x1"},
        {"x": 10, "y": 10, "template": "brick"}
    ]
}
