diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2024-09-17 16:33:43 -0700 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2024-09-17 16:33:43 -0700 |
commit | e305ec12e08193b5c6d4d6a26649b87307955934 (patch) | |
tree | 9a444737302b4db331f45b53ee89247cdbec23c2 | |
parent | Rebase against the 2024-08-16 release. (diff) | |
download | cataclysm-dda-tileset_undeadpeople-e305ec12e08193b5c6d4d6a26649b87307955934.tar.xz |
Remove zlevel_height entry as bn doesn't support it.
-rw-r--r-- | tile_config.json | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tile_config.json b/tile_config.json index a034368..b447f5d 100644 --- a/tile_config.json +++ b/tile_config.json @@ -4,7 +4,6 @@ "pixelscale": 1, "width": 32, "height": 32, - "zlevel_height": 0, "iso": false } ], |