* 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>
41 lines
729 B
JSON
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
|
|
}
|
|
]
|
|
}
|