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 | |
| parent | 8858725782129203b14b214b57d6bb8a9adff37c (diff) | |
fix tests
Diffstat (limited to 'walls')
| -rw-r--r-- | walls/empty.json | 19 | ||||
| -rw-r--r-- | walls/empty.png | bin | 0 -> 438 bytes | |||
| -rw-r--r-- | walls/walls.json | 3 |
3 files changed, 21 insertions, 1 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"
+}
diff --git a/walls/empty.png b/walls/empty.png Binary files differnew file mode 100644 index 00000000..9079ce54 --- /dev/null +++ b/walls/empty.png diff --git a/walls/walls.json b/walls/walls.json index 4ceceebb..25326075 100644 --- a/walls/walls.json +++ b/walls/walls.json @@ -1,4 +1,5 @@ [ { "name": "concrete1" }, - { "name": "test1" } + { "name": "test1" }, + { "name": "empty" } ] |
