Fixing foam dart sprite in hands (#39758)

This commit is contained in:
M4rchy-S
2025-08-20 01:39:25 +03:00
committed by GitHub
parent e90fac14eb
commit 2659e421c0
4 changed files with 15 additions and 4 deletions

View File

@@ -24,7 +24,7 @@
- Trash
- type: Ammo
- type: Sprite
sprite: Objects/Fun/Foam/foam_crossbow.rsi
sprite: Objects/Fun/Foam/foam_dart.rsi
layers:
- state: foamdart
- type: EmbeddableProjectile

View File

@@ -10,9 +10,6 @@
{
"name": "icon"
},
{
"name": "foamdart"
},
{
"name": "foambox"
},

View File

Before

Width:  |  Height:  |  Size: 136 B

After

Width:  |  Height:  |  Size: 136 B

View File

@@ -0,0 +1,14 @@
{
"version": 1,
"license": "CC-BY-NC-SA-3.0",
"copyright": "Taken from tgstation at https://github.com/tgstation/tgstation/commit/e1142f20f5e4661cb6845cfcf2dd69f864d67432",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "foamdart"
}
]
}