diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2023-11-12 12:48:46 +0100 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2023-11-12 12:48:46 +0100 |
commit | 664cfa76b05756cb5ee22cf9bfe463822aeae6a3 (patch) | |
tree | c74e8ac82d599082d0aef749201a47aa0b68c6e7 /test | |
parent | d258f0a4dbc3ad3f0b47a50e8618099d041bd164 (diff) |
a
Diffstat (limited to 'test')
-rw-r--r-- | test/json/wall-atlas-02_groups.json | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/test/json/wall-atlas-02_groups.json b/test/json/wall-atlas-02_groups.json index 3c021733..b429ad02 100644 --- a/test/json/wall-atlas-02_groups.json +++ b/test/json/wall-atlas-02_groups.json @@ -1,12 +1,19 @@ { "name": "foo", "depth": 42, - "frames": [], + "frames": [ + { + "offset": "0 x 0", + "size": "64 x 192" + } + ], "n": { }, "w": { "wall": { - "default-tint": false + "default-tint": false, + "offset": 0, + "count": 1 }, "side": { "pixel-size": "42 x 192", |