aboutsummaryrefslogtreecommitdiff
path: root/playground/params.json
diff options
context:
space:
mode:
Diffstat (limited to 'playground/params.json')
-rw-r--r--playground/params.json16
1 files changed, 16 insertions, 0 deletions
diff --git a/playground/params.json b/playground/params.json
new file mode 100644
index 0000000..789505c
--- /dev/null
+++ b/playground/params.json
@@ -0,0 +1,16 @@
+{
+ "cut_width": 1,
+ "panels": {
+ "p1": {
+ "width": 50,
+ "height": 50
+ }
+ },
+ "items": {
+ "i1": {
+ "width": 5,
+ "height": 5,
+ "can_rotate": true
+ }
+ }
+}