summaryrefslogtreecommitdiffhomepage
path: root/images
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2022-12-08 12:58:46 +0100
committerStanislaw Halik <sthalik@misaki.pl>2022-12-08 12:58:46 +0100
commit94fd8cbbc174ba8df12b5ada164b06ba6063eb8f (patch)
tree36b518da7ccf24b6fcfc97112f943ef03ee87df8 /images
parent821ef6e0965db31fe110e9659ab7a5dd4b538f15 (diff)
images: don't reuse atlases between ground & walls
Diffstat (limited to 'images')
-rw-r--r--images/floor.json12
-rw-r--r--images/wall.json4
2 files changed, 4 insertions, 12 deletions
diff --git a/images/floor.json b/images/floor.json
index d99249b7..9d9e0c2e 100644
--- a/images/floor.json
+++ b/images/floor.json
@@ -8,14 +8,6 @@
"size": "8 x 5"
},
{
- "name": "wood2",
- "size": "1 x 1"
- },
- {
- "name": "concrete6",
- "size": "4 x 4"
- },
- {
"name": "texel",
"size": "2 x 2",
"pass-mode": "blocked"
@@ -23,5 +15,9 @@
{
"name": "metal1",
"size": "2 x 2"
+ },
+ {
+ "name": "concrete6",
+ "size": "4 x 4"
}
]
diff --git a/images/wall.json b/images/wall.json
index 12a3d13e..e8c40752 100644
--- a/images/wall.json
+++ b/images/wall.json
@@ -18,9 +18,5 @@
{
"name": "concrete7",
"size": "4 x 4"
- },
- {
- "name": "concrete6",
- "size": "4 x 4"
}
]