diff options
| author | bozo.kopic <bozo@kopic.xyz> | 2022-06-30 00:09:02 +0200 |
|---|---|---|
| committer | bozo.kopic <bozo@kopic.xyz> | 2022-06-30 00:09:02 +0200 |
| commit | bbead404341de0db027b32fe2b161c0194420c08 (patch) | |
| tree | e6712d4b0466d36ae727695b70003e5aebef3218 /playground/params.json | |
| parent | bbd20d9104a3bd138ad72e5badcf50bfe6acc1a9 (diff) | |
WIP native implementation
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 } } } |
