Wrench sprite and fix mask (#1075)

* wrench

* stored

---------

Co-authored-by: Ed <96445749+TheShuEd@users.noreply.github.com>
This commit is contained in:
Nim
2025-03-27 16:37:11 +02:00
committed by GitHub
parent 1e36a61339
commit afea64252b
6 changed files with 27 additions and 6 deletions

View File

@@ -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

View File

@@ -149,6 +149,7 @@
- CP14ClothingMaskSinner
- CP14ClothingMaskSteelMask
- CP14ClothingMaskNeckerchief
- CP14ClothingMaskBoneHornedMask
- CP14ClothingMaskMime
- type: loadout

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

View 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
}
]
}