aboutsummaryrefslogtreecommitdiff
path: root/playground/params.json
blob: e773b6a05cbd8f312a9488d7c1d8c151e6d7a139 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
{
    "cut_width": 1,
    "min_initial_usage": true,
    "panels": {
        "p1": {
            "width": 50,
            "height": 50
        }
    },
    "items": {
        "i1": {
            "width": 1,
            "height": 5,
            "can_rotate": true
        },
        "i1_1": {
            "width": 10,
            "height": 5,
            "can_rotate": true
        },
        "i1_2": {
            "width": 2,
            "height": 4,
            "can_rotate": true
        },
        "i1_3": {
            "width": 1,
            "height": 8,
            "can_rotate": true
        },
        "i1_4": {
            "width": 13,
            "height": 20,
            "can_rotate": true
        },
        "i2": {
            "width": 5,
            "height": 5,
            "can_rotate": true
        },
        "i3": {
            "width": 10,
            "height": 10,
            "can_rotate": true
        }
    }
}