diff options
Diffstat (limited to 'playground/params.json')
| -rw-r--r-- | playground/params.json | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/playground/params.json b/playground/params.json index 789505c..5aff8ca 100644 --- a/playground/params.json +++ b/playground/params.json @@ -1,5 +1,6 @@ { "cut_width": 1, + "min_initial_usage": true, "panels": { "p1": { "width": 50, @@ -8,9 +9,39 @@ }, "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 } } } |
