Sprite fixes (#2213)

Test still needs more checks that filepaths are valid but I think I got most of the current issues.

Co-authored-by: Metal Gear Sloth <metalgearsloth@gmail.com>
This commit is contained in:
metalgearsloth
2020-10-10 23:44:30 +11:00
committed by GitHub
parent aba9b0e3f9
commit 73c730d06c
12 changed files with 140 additions and 44 deletions

View File

@@ -11,9 +11,55 @@
"name": "activated",
"directions": 1,
"delays": [
[0.1,
0.1,
0.1]
[
0.1,
0.1,
0.1,
0.1
]
]
},
{
"name": "activating",
"directions": 1,
"delays": [
[
0.1,
0.1,
0.1
]
]
},
{
"name": "idle",
"directions": 1,
"delays": [
[
0.1,
0.1,
0.1,
0.1,
0.1,
0.1,
0.1
]
]
},
{
"name": "startup",
"directions": 1,
"delays": [
[
0.1,
0.1,
0.1,
0.1,
0.1,
0.1,
0.1,
0.1,
0.1
]
]
}
]