diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2023-12-10 14:31:34 +0100 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2023-12-10 14:31:34 +0100 |
commit | 0a1df3ff5a6d8cc8d652477d98af666616ecc737 (patch) | |
tree | d75d067efb2d26a0e42f8132e271fbd9f809a922 /test | |
parent | 1f90adeb8c09911a1a826453e213dccac906405b (diff) |
w
Diffstat (limited to 'test')
-rw-r--r-- | test/json/wall-atlas-01_header.json | 1 | ||||
-rw-r--r-- | test/json/wall-atlas-02_groups.json | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/test/json/wall-atlas-01_header.json b/test/json/wall-atlas-01_header.json index 7d0bb3b4..a8504809 100644 --- a/test/json/wall-atlas-01_header.json +++ b/test/json/wall-atlas-01_header.json @@ -1,5 +1,6 @@ { "name": "foo", "depth": 42, + "pass-mode": "shoot-through", "frames": [] } diff --git a/test/json/wall-atlas-02_groups.json b/test/json/wall-atlas-02_groups.json index ad4f0263..738f9761 100644 --- a/test/json/wall-atlas-02_groups.json +++ b/test/json/wall-atlas-02_groups.json @@ -1,6 +1,7 @@ { "name": "foo", "depth": 42, + "pass-mode": "shoot-through", "frames": [ { "offset": "0 x 0", @@ -24,7 +25,6 @@ } }, "w": { - "pass-mode": "shoot-through", "wall": { "offset": 0, "count": 1 |