diff options
Diffstat (limited to 'test/json/wall-atlas-02_groups.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", |