diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2023-11-21 20:58:44 +0100 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2023-11-21 20:58:44 +0100 |
commit | 9c6b9ae8b4cced28f610fc5b37590bfc5814a7ce (patch) | |
tree | fba0ac0413b95b39df0f5abea719b245732fb686 /test/json | |
parent | 8602701349dc7649e1c7ebee958757de5dcb687e (diff) |
add more to testing groups
Diffstat (limited to 'test/json')
-rw-r--r-- | test/json/wall-atlas-02_groups.json | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/test/json/wall-atlas-02_groups.json b/test/json/wall-atlas-02_groups.json index b429ad02..5b9e97bc 100644 --- a/test/json/wall-atlas-02_groups.json +++ b/test/json/wall-atlas-02_groups.json @@ -5,6 +5,16 @@ { "offset": "0 x 0", "size": "64 x 192" + }, + { + + "offset": "64 x 0", + "size": "64 x 64" + }, + { + + "offset": "128 x 0", + "size": "64 x 64" } ], "n": { @@ -20,7 +30,9 @@ "default-tint": true }, "top": { - "pixel-size": "192 x 42" + "pixel-size": "192 x 42", + "offset": 1, + "count": 2 }, "overlay": { "pixel-size": "42 x 192", |