Can now equip fireaxe, claymore, spear and baseball back on your back (#4484)

* Can equip spears and claymores on your back now

* Adds fireaxe and baseball bat back equip
This commit is contained in:
Swept
2021-08-17 19:42:50 -07:00
committed by GitHub
parent 8da0901b8e
commit 030c4a07ce
12 changed files with 54 additions and 36 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 420 B

View File

@@ -7,6 +7,9 @@
"y": 32
},
"states": [
{
"name": "spear"
},
{
"name": "inhand-left",
"directions": 4
@@ -16,7 +19,8 @@
"directions": 4
},
{
"name": "spear"
"name": "equipped-BACKPACK",
"directions": 4
}
]
}