Safari hat In-hand Sprites (#33464)

* adds in-hand sprites to the safari hat.

* Update copyright wording

* visual fix

* Resprite in-hand sprites.

* linting meta.json
This commit is contained in:
onesch
2024-12-12 21:09:43 +04:00
committed by GitHub
parent 18322ec76f
commit 9d7846ed72
3 changed files with 9 additions and 1 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 338 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 344 B

View File

@@ -1,7 +1,7 @@
{
"version": 1,
"license": "CC0-1.0",
"copyright": "Created by EmoGarbage404",
"copyright": "Created by EmoGarbage404, Inhands by onesch",
"size": {
"x": 32,
"y": 32
@@ -13,6 +13,14 @@
{
"name": "equipped-HELMET",
"directions": 4
},
{
"name": "inhand-left",
"directions": 4
},
{
"name": "inhand-right",
"directions": 4
}
]
}