Doggy Ears (#22832)

* add content

* sprite update

* goodbuy nose
This commit is contained in:
Ed
2023-12-23 06:20:08 +03:00
committed by GitHub
parent 99d6aff7be
commit def4e0f60e
8 changed files with 53 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 963 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 374 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 417 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 434 B

View File

@@ -0,0 +1,32 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Created by TheShuEd for Space Station 14",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "icon"
},
{
"name": "equipped-HELMET",
"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]
]
},
{
"name": "inhand-left",
"directions": 4
},
{
"name": "inhand-right",
"directions": 4
}
]
}