- add: Animal.

This commit is contained in:
Aviu00
2024-04-08 14:02:17 +03:00
parent 64e739fe53
commit c999701bc4
5 changed files with 76 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 662 B

View File

@@ -0,0 +1,37 @@
{
"version": 1,
"size": {
"x": 32,
"y": 32
},
"license": "CC-BY-SA-3.0",
"copyright": "FDev",
"states": [
{
"name": "capy",
"directions": 4,
"delays": [
[
1
],
[
1
],
[
1
],
[
1
]
]
},
{
"name": "capy_dead",
"delays": [
[
1
]
]
}
]
}