aboutsummaryrefslogtreecommitdiff
path: root/playground/params.json
blob: 5aff8ca475e732e8c116a1860d202999e16e609d (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": 1,
            "height": 5,
            "can_rotate": true
        },
        "i1_2": {
            "width": 1,
            "height": 5,
            "can_rotate": true
        },
        "i1_3": {
            "width": 1,
            "height": 5,
            "can_rotate": true
        },
        "i1_4": {
            "width": 1,
            "height": 5,
            "can_rotate": true
        },
        "i2": {
            "width": 5,
            "height": 5,
            "can_rotate": true
        },
        "i3": {
            "width": 10,
            "height": 10,
            "can_rotate": true
        }
    }
}