Doors are placed and you can walk through them, also fixed the way the jankifier renders so that it uses a consistent bit depth for all the textures.

This commit is contained in:
Zed A. Shaw 2026-03-16 23:53:06 -04:00
parent 0add3b29ae
commit 4c11829580
30 changed files with 16 additions and 3 deletions

View file

@ -1,6 +1,6 @@
{
"Base": {
"PixelWidth": 16,
"PixelWidth": 8,
"ColorDepth": 16,
"DitherType": 2,
"Width": 256,
@ -24,6 +24,13 @@
"Width": 256,
"Height": 256
},
"doors/.*.png": {
"PixelWidth": 8,
"ColorDepth": 16,
"DitherType": 2,
"Width": 256,
"Height": 256
},
"hands/.*.png": {
"PixelWidth": 6,
"ColorDepth": 16,