summaryrefslogtreecommitdiffhomepage
path: root/images
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2022-11-02 07:26:54 +0100
committerStanislaw Halik <sthalik@misaki.pl>2022-11-02 07:26:59 +0100
commit4b118d6232e507978459b7920e695bee614a67f1 (patch)
tree689f8cfa3e10fdda2aef0b41d69db4af9f6f3da6 /images
parent0d9e26aba2d2e9728ec7fc99564e4270de84e31a (diff)
for now, walls are 64 pixels high
Diffstat (limited to 'images')
-rw-r--r--images/wall.json14
1 files changed, 6 insertions, 8 deletions
diff --git a/images/wall.json b/images/wall.json
index 206e3004..5824513f 100644
--- a/images/wall.json
+++ b/images/wall.json
@@ -1,10 +1,8 @@
[
- ["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"]
+ ["wood2", "2 x 2"],
+ ["wood1", "2 x 2"],
+ ["teak1", "2 x 2"],
+ ["metal2", "2 x 2"],
+ ["concrete7", "4 x 4"],
+ ["concrete6", "4 x 4"]
]