diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2023-11-07 19:42:01 +0100 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2023-11-07 19:43:32 +0100 |
commit | 24c7e1915bf16b4141d0502af040791fed65aa06 (patch) | |
tree | 4f4488a388d4fb2951ee702aed1189819232a6cc /test/json/wall-atlas-02_groups.json | |
parent | 039677a6b78f74ef019ac37a5e789efad6093743 (diff) |
a
Diffstat (limited to 'test/json/wall-atlas-02_groups.json')
-rw-r--r-- | test/json/wall-atlas-02_groups.json | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/test/json/wall-atlas-02_groups.json b/test/json/wall-atlas-02_groups.json index 5bfafe94..1a6ea806 100644 --- a/test/json/wall-atlas-02_groups.json +++ b/test/json/wall-atlas-02_groups.json @@ -2,7 +2,8 @@ "name": "foo", "depth": 42, "frames": [], - "n": {}, + "n": { + }, "w": { "wall": { "default-tint": false @@ -13,6 +14,16 @@ }, "top": { "pixel-size": "42 x 192" + }, + "overlay": { + "pixel-size": "42 x 192", + "tint-mult": [ 0.1, 0.2, 0.3, 0.4 ], + "tint-add": [ 1, 2, 3 ], + "default-tint": false, + "mirrored": true + }, + "corner-L": { + "overlay": { "from-rotation": "n" } } } } |