This commit is contained in:
keslik
2025-03-03 22:35:00 +03:00
parent 399b537052
commit 6afe9faed0
6 changed files with 104 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 948 B

View File

@@ -0,0 +1,40 @@
{
"version": 1,
"copyright": "Provided by SHO",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "dogears",
"directions": 4,
"delays": [
[
0.2,
0.2,
0.2,
0.2
],
[
0.2,
0.2,
0.2,
0.2
],
[
0.2,
0.2,
0.2,
0.2
],
[
0.2,
0.2,
0.2,
0.2
]
]
}
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 828 B

View File

@@ -0,0 +1,40 @@
{
"version": 1,
"copyright": "Provided by SHO",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "dogtail",
"directions": 4,
"delays": [
[
0.1,
0.1,
0.1,
0.1
],
[
0.1,
0.1,
0.1,
0.1
],
[
0.1,
0.1,
0.1,
0.1
],
[
0.1,
0.1,
0.1,
0.1
]
]
}
]
}