fix diagonal walls

This commit is contained in:
Valtos
2023-06-16 21:33:11 +07:00
committed by Aviu00
parent c922d77762
commit 0fac822545
3 changed files with 4 additions and 2 deletions

View File

@@ -8,10 +8,12 @@
"copyright": "Sprited by PuroSlavKing (Github) for Space Station 14",
"states": [
{
"name": "state0"
"name": "state0",
"directions": 4
},
{
"name": "state1"
"name": "state1",
"directions": 4
}
]
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.2 KiB

After

Width:  |  Height:  |  Size: 4.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 KiB

After

Width:  |  Height:  |  Size: 5.1 KiB