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:
parent
0add3b29ae
commit
4c11829580
30 changed files with 16 additions and 3 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue