Merge pull request #343 from Pelemonk/test

Добавление нового питомца "Железный защитник"
This commit is contained in:
Ed
2024-07-22 02:00:52 +03:00
committed by GitHub
3 changed files with 22 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 18 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

View File

@@ -0,0 +1,22 @@
{
"version": 1,
"size":
{
"x": 32,
"y": 32
},
"license": "CC-BY-SA-3.0",
"copyright": "Created by Pelemonk (Github) for CrystallPunk 14",
"states":
[
{
"name": "dog",
"directions": 4
},
{
"name": "dog_dead",
"directions": 1
}
]
}