Ed 12 12 2024 bugfixes (#668)

* fix #665

* fix #664

* fix #661

* fix #666
This commit is contained in:
Ed
2024-12-12 23:00:16 +03:00
committed by GitHub
parent 93a49ca398
commit eb76a9ef6a
17 changed files with 135 additions and 34 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 179 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 KiB

View File

@@ -8,14 +8,16 @@
},
"states": [
{
"name": "ladder",
"name": "marble",
"directions": 4
},
{
"name": "top"
"name": "stone",
"directions": 4
},
{
"name": "down"
"name": "wood",
"directions": 4
}
]
}

View File

Before

Width:  |  Height:  |  Size: 2.1 KiB

After

Width:  |  Height:  |  Size: 2.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 182 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.0 KiB

View File

@@ -8,7 +8,15 @@
},
"states": [
{
"name": "ladder",
"name": "stone",
"directions": 4
},
{
"name": "wood",
"directions": 4
},
{
"name": "marble",
"directions": 4
}
]

View File

Before

Width:  |  Height:  |  Size: 3.1 KiB

After

Width:  |  Height:  |  Size: 3.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.7 KiB