Make thindows 4-dir instead of 8-dir (#6490)

This commit is contained in:
mirrorcult
2022-02-05 19:25:13 -07:00
committed by GitHub
parent bd76254224
commit 61d9053e66
7 changed files with 6 additions and 6 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.1 KiB

After

Width:  |  Height:  |  Size: 724 B

View File

@@ -9,27 +9,27 @@
"states": [ "states": [
{ {
"name": "window", "name": "window",
"directions": 8 "directions": 4
}, },
{ {
"name": "reinforced_window", "name": "reinforced_window",
"directions": 8 "directions": 4
}, },
{ {
"name": "tinted_window", "name": "tinted_window",
"directions": 8 "directions": 4
}, },
{ {
"name": "frosted_window", "name": "frosted_window",
"directions": 8 "directions": 4
}, },
{ {
"name": "plasma_window", "name": "plasma_window",
"directions": 8 "directions": 4
}, },
{ {
"name": "plasma_reinforced_window", "name": "plasma_reinforced_window",
"directions": 8 "directions": 4
} }
] ]
} }

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.5 KiB

After

Width:  |  Height:  |  Size: 781 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.6 KiB

After

Width:  |  Height:  |  Size: 635 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.1 KiB

After

Width:  |  Height:  |  Size: 725 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.1 KiB

After

Width:  |  Height:  |  Size: 724 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.7 KiB

After

Width:  |  Height:  |  Size: 1.3 KiB