diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2024-01-11 00:56:39 +0100 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2024-01-11 00:56:39 +0100 |
commit | 760223387603952bd82171ce188649c817452363 (patch) | |
tree | e194c2282d8dce3394f6d407f92d0309319742d0 /walls/empty.json | |
parent | 8858725782129203b14b214b57d6bb8a9adff37c (diff) |
fix tests
Diffstat (limited to 'walls/empty.json')
-rw-r--r-- | walls/empty.json | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/walls/empty.json b/walls/empty.json new file mode 100644 index 00000000..3b60fa03 --- /dev/null +++ b/walls/empty.json @@ -0,0 +1,19 @@ +{
+ "depth": 8,
+ "frames": [
+ {
+ "offset": "0 x 0",
+ "size": "64 x 192"
+ }
+ ],
+ "n": {
+ "wall": {
+ "count": 1,
+ "mirrored": false,
+ "offset": 0,
+ "pixel-size": "64 x 192"
+ }
+ },
+ "name": "empty",
+ "pass-mode": "blocked"
+}
|