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

View File

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