diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2022-10-30 20:14:35 +0100 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2022-10-30 20:14:35 +0100 |
commit | b9bf9dc009c7304c63bcb26461e333428a863321 (patch) | |
tree | 9e6be5b7188514aa480bd503ce2d0af7941f6d32 /images | |
parent | 147a4093eff62539410ec3e56a0e01736e438db3 (diff) |
add forgotten atlas metadata
Diffstat (limited to 'images')
-rw-r--r-- | images/wall.json | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/images/wall.json b/images/wall.json new file mode 100644 index 00000000..511c8e43 --- /dev/null +++ b/images/wall.json @@ -0,0 +1,11 @@ +[ + ["wood2", "1 x 1"], + ["wood1", "1 x 1"], + ["teak1", "2 x 1"], + ["wood2", "1 x 1"], + ["metal2", "2 x 1"], + ["metal2", "2 x 1"], + ["concrete7", "4 x 2"], + ["concrete6", "4 x 2"], + ["metal7", "4 x 2"] +] |