New animal, Pig (#12725)

This commit is contained in:
lapatison
2022-12-21 17:48:35 +03:00
committed by GitHub
parent c40f1f8cac
commit c31fd730de
34 changed files with 202 additions and 12 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 651 B

View File

@@ -0,0 +1,37 @@
{
"version": 1,
"size": {
"x": 32,
"y": 32
},
"license": "CC-BY-SA-3.0",
"copyright": "Taken from https://github.com/ParadiseSS13/Paradise/commit/4d15f109da833a44d05c402da63178d36fc199e6",
"states": [
{
"name": "dead",
"delays": [
[
1
]
]
},
{
"name": "pig",
"directions": 4,
"delays": [
[
1
],
[
1
],
[
1
],
[
1
]
]
}
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 KiB