L6 Wielded Sprites (#17078)

This commit is contained in:
HerCoyote23
2023-06-08 00:22:34 -07:00
committed by GitHub
parent ed2ef10362
commit 080060d135
4 changed files with 21 additions and 13 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 598 B

After

Width:  |  Height:  |  Size: 515 B

View File

@@ -8,34 +8,42 @@
},
"states": [
{
"name": "icon"
"name": "icon"
},
{
"name": "base"
"name": "base"
},
{
"name": "mag-0"
"name": "mag-0"
},
{
"name": "mag-1"
"name": "mag-1"
},
{
"name": "mag-2"
"name": "mag-2"
},
{
"name": "mag-3"
"name": "mag-3"
},
{
"name": "inhand-left",
"directions": 4
"name": "inhand-left",
"directions": 4
},
{
"name": "inhand-right",
"directions": 4
"name": "inhand-right",
"directions": 4
},
{
"name": "equipped-BACKPACK",
"directions": 4
"name": "wielded-inhand-left",
"directions": 4
},
{
"name": "wielded-inhand-right",
"directions": 4
},
{
"name": "equipped-BACKPACK",
"directions": 4
}
]
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB