diff options
Diffstat (limited to 'test/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" } } } } |
