Files
tbd-station-14/Resources/Textures/Objects/Tools/flashlight.rsi/meta.json
Leon Friedrich 4bc73ac591 Make flashlights, atmos hardsuit, and RGB use the new layer features (#6253)
* Make flashlights, atmos hardsuit, and RGB use the new layer features

* avoid self-conflict

* fix rgb not updating on add

* cleanup

* Update Content.Client/Light/RgbLightControllerSystem.cs

Co-authored-by: mirrorcult <lunarautomaton6@gmail.com>

* cleanup diff

Co-authored-by: mirrorcult <lunarautomaton6@gmail.com>
2022-03-30 00:57:35 -05:00

41 lines
729 B
JSON

{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Taken from vgstation and modified by Swept at https://github.com/vgstation-coders/vgstation13/blob/Bleeding-Edge/icons/obj/lighting.dmi",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "flashlight"
},
{
"name": "flashlight-on"
},
{
"name": "flashlight-overlay"
},
{
"name": "inhand-left",
"directions": 4
},
{
"name": "inhand-right",
"directions": 4
},
{
"name": "inhand-left-light",
"directions": 4
},
{
"name": "inhand-right-light",
"directions": 4
},
{
"name": "equipped-BELT",
"directions": 4
}
]
}