diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2023-12-11 04:07:58 +0100 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2023-12-11 04:07:58 +0100 |
commit | be5ca3208891a8d45cbb7f9c25905f46332572a0 (patch) | |
tree | 04d89404a2aecb26f0dc2299bffdfba4f5eb8df3 /walls/concrete1.json | |
parent | eaa6c76bd92e292ac59dcfa0a7aa70cd1e2f50fb (diff) |
w
Diffstat (limited to 'walls/concrete1.json')
-rw-r--r-- | walls/concrete1.json | 49 |
1 files changed, 49 insertions, 0 deletions
diff --git a/walls/concrete1.json b/walls/concrete1.json new file mode 100644 index 00000000..1f3911ce --- /dev/null +++ b/walls/concrete1.json @@ -0,0 +1,49 @@ +{
+ "depth": 20,
+ "frames": [
+ {
+ "offset": "0 x 0",
+ "size": "64 x 192"
+ },
+ {
+ "offset": "64 x 0",
+ "size": "64 x 192"
+ },
+ {
+ "offset": "128 x 0",
+ "size": "64 x 192"
+ },
+ {
+ "offset": "192 x 0",
+ "size": "20 x 192"
+ },
+ {
+ "offset": "212 x 0",
+ "size": "20 x 192"
+ }
+ ],
+ "n": {
+ "side": {
+ "count": 1,
+ "from-rotation": null,
+ "mirrored": false,
+ "offset": 3,
+ "pixel-size": "20 x 192"
+ },
+ "top": {
+ "count": 1,
+ "from-rotation": null,
+ "mirrored": false,
+ "offset": 4,
+ "pixel-size": "192 x 20"
+ },
+ "wall": {
+ "count": 3,
+ "from-rotation": null,
+ "mirrored": false,
+ "offset": 0,
+ "pixel-size": "64 x 192"
+ }
+ },
+ "name": "concrete1"
+}
|