Space Sharkminnow (#20658)

* sharkminnow

* fix

* salvage
This commit is contained in:
Nim
2023-11-13 02:42:48 +02:00
committed by GitHub
parent ed84aa11eb
commit 9bbdbb9212
14 changed files with 222 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 129 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

View File

@@ -0,0 +1,72 @@
{
"version": 1,
"size": {
"x": 48,
"y": 48
},
"license": "CC-BY-SA-3.0",
"copyright": "Sprited by Nimfar11 (Github) for Space Station 14",
"states": [
{
"name": "icon"
},
{
"name": "mouth",
"directions": 4,
"delays": [
[
0.3,
0.3,
0.3
],
[
0.3,
0.3,
0.3
],
[
0.3,
0.3,
0.3
],
[
0.3,
0.3,
0.3
]
]
},
{
"name": "dead_mouth"
},
{
"name": "dead"
},
{
"name": "alive",
"directions": 4,
"delays": [
[
0.3,
0.3,
0.3
],
[
0.3,
0.3,
0.3
],
[
0.3,
0.3,
0.3
],
[
0.3,
0.3,
0.3
]
]
}
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 437 B