From 24c7e1915bf16b4141d0502af040791fed65aa06 Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Tue, 7 Nov 2023 19:42:01 +0100 Subject: a --- test/json/wall-atlas-02_groups.json | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) (limited to 'test/json') 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" } } } } -- cgit v1.2.3