diff options
| author | bozo.kopic <bozo@kopic.xyz> | 2022-06-30 03:12:32 +0200 |
|---|---|---|
| committer | bozo.kopic <bozo@kopic.xyz> | 2022-06-30 03:12:32 +0200 |
| commit | ff005752d83988b1a6b317dead17cfa7abf95124 (patch) | |
| tree | 679f227a23b6b18d6b2bd9a818f1305e1f9be2a6 /playground | |
| parent | bbead404341de0db027b32fe2b161c0194420c08 (diff) | |
WIP native implementation
Diffstat (limited to 'playground')
| -rw-r--r-- | playground/params.json | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/playground/params.json b/playground/params.json index 5aff8ca..e773b6a 100644 --- a/playground/params.json +++ b/playground/params.json @@ -14,23 +14,23 @@ "can_rotate": true }, "i1_1": { - "width": 1, + "width": 10, "height": 5, "can_rotate": true }, "i1_2": { - "width": 1, - "height": 5, + "width": 2, + "height": 4, "can_rotate": true }, "i1_3": { "width": 1, - "height": 5, + "height": 8, "can_rotate": true }, "i1_4": { - "width": 1, - "height": 5, + "width": 13, + "height": 20, "can_rotate": true }, "i2": { |
