Converts the particle accelerator over to ECS + misc (#17075)
Co-authored-by: metalgearsloth <31366439+metalgearsloth@users.noreply.github.com>
This commit is contained in:
@@ -0,0 +1,43 @@
|
||||
{
|
||||
"version": 1,
|
||||
"license": "CC-BY-SA-3.0",
|
||||
"copyright": "Taken from vgstation at commit https://github.com/vgstation-coders/vgstation13/commit/a0fc71b279ceb41c8c5387b08e60d2cc4f15bef8",
|
||||
"size": {
|
||||
"x": 32,
|
||||
"y": 32
|
||||
},
|
||||
"states": [
|
||||
{
|
||||
"name": "unwired",
|
||||
"directions": 4
|
||||
},
|
||||
{
|
||||
"name": "completed",
|
||||
"directions": 4
|
||||
},
|
||||
{
|
||||
"name": "unlitp",
|
||||
"directions": 4
|
||||
},
|
||||
{
|
||||
"name": "unlitp0",
|
||||
"directions": 4
|
||||
},
|
||||
{
|
||||
"name": "unlitp1",
|
||||
"directions": 4
|
||||
},
|
||||
{
|
||||
"name": "unlitp2",
|
||||
"directions": 4
|
||||
},
|
||||
{
|
||||
"name": "unlitp3",
|
||||
"directions": 4
|
||||
},
|
||||
{
|
||||
"name": "wired",
|
||||
"directions": 4
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user