aboutsummaryrefslogtreecommitdiff
path: root/playground/params.json
blob: 789505c46cf604ffaaac08a6ad0f0cd50344722b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
    "cut_width": 1,
    "panels": {
        "p1": {
            "width": 50,
            "height": 50
        }
    },
    "items": {
        "i1": {
            "width": 5,
            "height": 5,
            "can_rotate": true
        }
    }
}