aboutsummaryrefslogtreecommitdiff
path: root/playground/params.json
diff options
context:
space:
mode:
authorbozo.kopic <bozo@kopic.xyz>2022-06-30 00:09:02 +0200
committerbozo.kopic <bozo@kopic.xyz>2022-06-30 00:09:02 +0200
commitbbead404341de0db027b32fe2b161c0194420c08 (patch)
treee6712d4b0466d36ae727695b70003e5aebef3218 /playground/params.json
parentbbd20d9104a3bd138ad72e5badcf50bfe6acc1a9 (diff)
WIP native implementation
Diffstat (limited to 'playground/params.json')
-rw-r--r--playground/params.json31
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
}
}
}