More sprite movement states (#24237)

* More sprite movement states

* what
This commit is contained in:
themias
2024-01-18 18:48:27 -05:00
committed by GitHub
parent 3506e67e88
commit 0c944ed81e
34 changed files with 170 additions and 83 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.3 KiB

After

Width:  |  Height:  |  Size: 1.7 KiB

View File

@@ -9,6 +9,10 @@
"states": [
{
"name": "crab",
"directions": 4
},
{
"name": "crab-moving",
"directions": 4,
"delays": [
[
@@ -34,12 +38,7 @@
]
},
{
"name": "dead",
"delays": [
[
1
]
]
"name": "dead"
}
]
}