returns the ss13 light fixture sprites
14 files changed:
{
"version": 1,
+ "license": "CC-BY-SA-3.0",
+ "copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/c6e3401f2e7e1e55c57060cdf956a98ef1fefc24",
"size": {
"x": 32,
"y": 32
},
- "license": "CC-BY-SA-3.0",
- "copyright": "https://github.com/discordia-space/CEV-Eris/blob/2b969adc2dfd3e9621bf3597c5cbffeb3ac8c9f0/icons/obj/lighting.dmi",
"states": [
{
"name": "broken",
- "directions": 4,
- "delays": [
- [
- 1
- ],
- [
- 1
- ],
- [
- 1
- ],
- [
- 1
- ]
- ]
+ "directions": 4
},
{
"name": "burned",
- "directions": 4,
- "delays": [
- [
- 1
- ],
- [
- 1
- ],
- [
- 1
- ],
- [
- 1
- ]
- ]
- },
- {
- "name": "empty",
- "directions": 4,
- "delays": [
- [
- 1
- ],
- [
- 1
- ],
- [
- 1
- ],
- [
- 1
- ]
- ]
+ "directions": 4
},
{
"name": "base",
- "directions": 4,
- "delays": [
- [
- 1
- ],
- [
- 1
- ],
- [
- 1
- ],
- [
- 1
- ]
- ]
+ "directions": 4
},
{
+ "name": "empty",
+ "directions": 4
+ },
+ {
"name": "glow",
"directions": 4
}
+++ /dev/null
-{
- "version": 1,
- "license": "CC-BY-SA-3.0",
- "copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/c6e3401f2e7e1e55c57060cdf956a98ef1fefc24",
- "size": {
- "x": 32,
- "y": 32
- },
- "states": [
- {
- "name": "broken",
- "directions": 4
- },
- {
- "name": "burned",
- "directions": 4
- },
- {
- "name": "emergency",
- "directions": 4
- },
- {
- "name": "empty",
- "directions": 4
- },
- {
- "name": "off",
- "directions": 4
- },
- {
- "name": "on",
- "directions": 4
- },
- {
- "name": "on_unlit",
- "directions": 4
- }
- ]
-}