Created and added empty ammo shell sprite (#2126)
This commit is contained in:
@@ -10,9 +10,16 @@
|
|||||||
netsync: false
|
netsync: false
|
||||||
directional: false
|
directional: false
|
||||||
sprite: Objects/Weapons/Guns/Ammunition/Casings/ammo_casing.rsi
|
sprite: Objects/Weapons/Guns/Ammunition/Casings/ammo_casing.rsi
|
||||||
state: s-casing
|
layers:
|
||||||
|
- state: base
|
||||||
|
map: ["enum.AmmoVisualLayers.Base"]
|
||||||
drawdepth: FloorObjects
|
drawdepth: FloorObjects
|
||||||
|
- type: Icon
|
||||||
|
sprite: Objects/Weapons/Guns/Ammunition/Casings/ammo_casing.rsi
|
||||||
|
state: base
|
||||||
|
- type: Appearance
|
||||||
|
visuals:
|
||||||
|
- type: SpentAmmoVisualizer
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
id: CartridgePistol
|
id: CartridgePistol
|
||||||
|
|||||||
Binary file not shown.
|
After Width: | Height: | Size: 6.6 KiB |
@@ -5,11 +5,15 @@
|
|||||||
"y": 32
|
"y": 32
|
||||||
},
|
},
|
||||||
"license": "CC-BY-SA-3.0",
|
"license": "CC-BY-SA-3.0",
|
||||||
"copyright": "Taken from https://github.com/vgstation-coders/vgstation13/blob/0b3ab17dbad632ddf738b63900ef8df1926bba47/icons/obj/ammo.dmi",
|
"copyright": "Taken from https://github.com/vgstation-coders/vgstation13/blob/0b3ab17dbad632ddf738b63900ef8df1926bba47/icons/obj/ammo.dmi, modified by Topy",
|
||||||
"states": [
|
"states": [
|
||||||
{
|
{
|
||||||
"name": "s-casing",
|
"name": "base",
|
||||||
|
"directions": 1
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "spent",
|
||||||
"directions": 1
|
"directions": 1
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
|
Before Width: | Height: | Size: 1.4 KiB After Width: | Height: | Size: 1.4 KiB |
Reference in New Issue
Block a user