Added invariants to the Sequence to hunt down a bug in the tests but I'll leave it there for future testing.
This commit is contained in:
parent
1baca783fc
commit
d56b4bd335
4 changed files with 44 additions and 18 deletions
|
|
@ -8,7 +8,7 @@
|
|||
"sequences": {
|
||||
"idle": {"frames": [0], "durations": [47] },
|
||||
"hurt": {"frames": [0, 1], "durations": [5, 57] },
|
||||
"attack": {"frames": [0, 1, 0, 1], "durations": [35, 15, 5, 5] }
|
||||
"attack": {"frames": [0, 1, 0, 1], "durations": [35, 15, 5, 50] }
|
||||
},
|
||||
"transforms": {
|
||||
"rushing": {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue