diff options
Diffstat (limited to 'test/json')
-rw-r--r-- | test/json/wall-atlas-02_groups.json | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/test/json/wall-atlas-02_groups.json b/test/json/wall-atlas-02_groups.json index 738f9761..ae187167 100644 --- a/test/json/wall-atlas-02_groups.json +++ b/test/json/wall-atlas-02_groups.json @@ -27,7 +27,11 @@ "w": { "wall": { "offset": 0, - "count": 1 + "count": 1, + "pixel-size": "42 x 192", + "tint-mult": [ 0.125, 0.25, 0.5, 1 ], + "tint-add": [ 1, 2, 3 ], + "mirrored": true }, "side": { "pixel-size": "42 x 192" @@ -37,12 +41,6 @@ "offset": 1, "count": 2 }, - "overlay": { - "pixel-size": "42 x 192", - "tint-mult": [ 0.125, 0.25, 0.5, 1 ], - "tint-add": [ 1, 2, 3 ], - "mirrored": true - }, "corner-L": { "from-rotation": "n" } } } |