Doors update (#455)

* sprites

* mirrored + windowed wooden doors

* cooking table sprite

* craftable doors
This commit is contained in:
Ed
2024-09-24 21:19:52 +03:00
committed by GitHub
parent 07637bd691
commit 75bc6d4eac
22 changed files with 463 additions and 171 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.5 KiB

After

Width:  |  Height:  |  Size: 1.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 KiB

View File

@@ -1,7 +1,7 @@
{
"version": 1,
"license": "CLA",
"copyright": "By jaraten(discord)",
"copyright": "By jaraten(discord), mirrored by TheShuEd",
"size": {
"x": 64,
"y": 96
@@ -14,6 +14,14 @@
{
"name": "open",
"directions": 4
},
{
"name": "open_mirrored",
"directions": 4
},
{
"name": "closed_mirrored",
"directions": 4
}
]
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.6 KiB

After

Width:  |  Height:  |  Size: 1.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 KiB

View File

@@ -0,0 +1,19 @@
{
"version": 1,
"license": "CLA",
"copyright": "By TheShuEd",
"size": {
"x": 64,
"y": 96
},
"states": [
{
"name": "closed",
"directions": 4
},
{
"name": "closed_mirrored",
"directions": 4
}
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 KiB

View File

@@ -0,0 +1,27 @@
{
"version": 1,
"license": "CLA",
"copyright": "By jaraten(discord), add windows and mirrored by TheShuEd",
"size": {
"x": 64,
"y": 96
},
"states": [
{
"name": "closed",
"directions": 4
},
{
"name": "open",
"directions": 4
},
{
"name": "open_mirrored",
"directions": 4
},
{
"name": "closed_mirrored",
"directions": 4
}
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

View File

@@ -1,7 +1,7 @@
{
"version": 1,
"license": "CLA",
"copyright": "Created by jaraten(discord) for CrystallPunk14, modified by vladimir.s",
"copyright": "Created by jaraten(discord) for CrystallPunk14, modified by vladimir.s. Cooking table by Max Gab",
"size": {
"x": 48,
"y": 48
@@ -12,6 +12,9 @@
},
{
"name": "melting_crafter"
},
{
"name": "cooking_table"
}
]
}