Merge remote-tracking branch 'WD-core/master' into upstream-core

This commit is contained in:
BIGZi0348
2025-03-10 23:47:36 +03:00
16 changed files with 294 additions and 34 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.8 KiB

After

Width:  |  Height:  |  Size: 32 KiB

View File

@@ -1,14 +1,41 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Made by Armolitskiy",
"size": {
"x": 96,
"y": 96
},
"states": [
{
"name": "animated"
}
]
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Made by Armolitskiy",
"size": {
"x": 96,
"y": 96
},
"states": [
{
"name": "animated",
"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
]
]
}
]
}