Reorganizes Resources/Constructible (#4252)

This commit is contained in:
Swept
2021-07-15 18:30:50 +00:00
committed by GitHub
parent 0ae9bc088f
commit 5f9ba812ca
2782 changed files with 2550 additions and 2293 deletions

View File

@@ -0,0 +1,52 @@
{
"version": 1,
"size": {
"x": 32,
"y": 32
},
"license": "CC-BY-SA-3.0",
"copyright": "https://github.com/vgstation-coders/vgstation13/raw/78a32d846158a67dcd0ca2375e408fec298b46a0/icons/obj/power.dmi",
"states": [
{
"name": "light-off"
},
{
"name": "empty"
},
{
"name": "full"
},
{
"name": "open"
},
{
"name": "light-charging",
"delays": [
[
0.2,
0.2,
0.2,
0.2
]
]
},
{
"name": "light-charged",
"delays": [
[
0.5,
0.5
]
]
},
{
"name": "light-empty",
"delays": [
[
0.5,
0.5
]
]
},
]
}