From bbead404341de0db027b32fe2b161c0194420c08 Mon Sep 17 00:00:00 2001 From: "bozo.kopic" Date: Thu, 30 Jun 2022 00:09:02 +0200 Subject: WIP native implementation --- playground/params.json | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) (limited to 'playground/params.json') 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 } } } -- cgit v1.2.3-70-g09d2