Spears get inhands.
This commit is contained in:
@@ -4,9 +4,15 @@
|
|||||||
id: Spear
|
id: Spear
|
||||||
components:
|
components:
|
||||||
- type: Sprite
|
- type: Sprite
|
||||||
texture: Objects/spear.png
|
sprite: Objects/items/spear.rsi
|
||||||
|
state: spear
|
||||||
|
|
||||||
- type: Icon
|
- type: Icon
|
||||||
texture: Objects/spear.png
|
sprite: Objects/items/spear.rsi
|
||||||
|
state: spear
|
||||||
|
|
||||||
- type: MeleeWeapon
|
- type: MeleeWeapon
|
||||||
- type: Item
|
- type: Item
|
||||||
Size: 24
|
Size: 24
|
||||||
|
sprite: Objects/items/spear.rsi
|
||||||
|
prefix: inhand
|
||||||
|
|||||||
BIN
Resources/Textures/Objects/items/spear.rsi/inhand-left.png
Normal file
BIN
Resources/Textures/Objects/items/spear.rsi/inhand-left.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 242 B |
BIN
Resources/Textures/Objects/items/spear.rsi/inhand-right.png
Normal file
BIN
Resources/Textures/Objects/items/spear.rsi/inhand-right.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 243 B |
49
Resources/Textures/Objects/items/spear.rsi/meta.json
Normal file
49
Resources/Textures/Objects/items/spear.rsi/meta.json
Normal file
@@ -0,0 +1,49 @@
|
|||||||
|
{
|
||||||
|
"version": 1,
|
||||||
|
"size": {
|
||||||
|
"x": 32,
|
||||||
|
"y": 32
|
||||||
|
},
|
||||||
|
"states": [
|
||||||
|
{
|
||||||
|
"name": "inhand-left",
|
||||||
|
"directions": 4,
|
||||||
|
"delays": [
|
||||||
|
[
|
||||||
|
1.0
|
||||||
|
],
|
||||||
|
[
|
||||||
|
1.0
|
||||||
|
],
|
||||||
|
[
|
||||||
|
1.0
|
||||||
|
],
|
||||||
|
[
|
||||||
|
1.0
|
||||||
|
]
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "inhand-right",
|
||||||
|
"directions": 4,
|
||||||
|
"delays": [
|
||||||
|
[
|
||||||
|
1.0
|
||||||
|
],
|
||||||
|
[
|
||||||
|
1.0
|
||||||
|
],
|
||||||
|
[
|
||||||
|
1.0
|
||||||
|
],
|
||||||
|
[
|
||||||
|
1.0
|
||||||
|
]
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "spear",
|
||||||
|
"directions": 1
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
Before Width: | Height: | Size: 171 B After Width: | Height: | Size: 171 B |
Reference in New Issue
Block a user