Wrench sprite and fix mask (#1075)
* wrench * stored --------- Co-authored-by: Ed <96445749+TheShuEd@users.noreply.github.com>
This commit is contained in:
@@ -13,13 +13,11 @@
|
||||
tags:
|
||||
- Wrench
|
||||
- type: Sprite
|
||||
sprite: Objects/Tools/wrench.rsi #TODO
|
||||
sprite: _CP14/Objects/Tools/wrench.rsi
|
||||
state: icon
|
||||
- type: Item
|
||||
sprite: Objects/Tools/wrench.rsi #TODO
|
||||
storedSprite:
|
||||
sprite: Objects/Tools/wrench.rsi #TODO
|
||||
state: storage
|
||||
sprite: _CP14/Objects/Tools/wrench.rsi
|
||||
storedRotation: 45
|
||||
- type: MeleeWeapon
|
||||
wideAnimationRotation: 135
|
||||
attackRate: 1.5
|
||||
@@ -33,4 +31,4 @@
|
||||
- Anchoring
|
||||
useSound:
|
||||
path: /Audio/Items/ratchet.ogg
|
||||
|
||||
|
||||
|
||||
@@ -149,6 +149,7 @@
|
||||
- CP14ClothingMaskSinner
|
||||
- CP14ClothingMaskSteelMask
|
||||
- CP14ClothingMaskNeckerchief
|
||||
- CP14ClothingMaskBoneHornedMask
|
||||
- CP14ClothingMaskMime
|
||||
|
||||
- type: loadout
|
||||
|
||||
BIN
Resources/Textures/_CP14/Objects/Tools/wrench.rsi/icon.png
Normal file
BIN
Resources/Textures/_CP14/Objects/Tools/wrench.rsi/icon.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 526 B |
Binary file not shown.
|
After Width: | Height: | Size: 410 B |
Binary file not shown.
|
After Width: | Height: | Size: 415 B |
22
Resources/Textures/_CP14/Objects/Tools/wrench.rsi/meta.json
Normal file
22
Resources/Textures/_CP14/Objects/Tools/wrench.rsi/meta.json
Normal file
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"version": 1,
|
||||
"license": "All right reserved",
|
||||
"copyright": "Created by Jaraten (Github), icon by trushnikov_daniel (discord)",
|
||||
"size": {
|
||||
"x": 32,
|
||||
"y": 32
|
||||
},
|
||||
"states": [
|
||||
{
|
||||
"name": "icon"
|
||||
},
|
||||
{
|
||||
"name": "inhand-left",
|
||||
"directions": 4
|
||||
},
|
||||
{
|
||||
"name": "inhand-right",
|
||||
"directions": 4
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user