* Implement machine linking * Cleanup and rename Signals * Implement signal button * Add machine linking signal mapping * Fix signallink command help * Add localization to signal linking and allow infinite range * Add feedback for when a transmitter is not connected to any receivers Refactor PopupMessage to use the entity extension Refactor dependencies to not have to disable warnings
45 lines
901 B
JSON
45 lines
901 B
JSON
{
|
|
"version": 1,
|
|
"size": {
|
|
"x": 32,
|
|
"y": 32
|
|
},
|
|
"license": "CC-BY-SA-3.0",
|
|
"copyright": "Taken from https://github.com/tgstation/tgstation/commit/2f127f8b95220226cdd5be356723f3b849c53acf",
|
|
"states": [
|
|
{
|
|
"name": "on",
|
|
"select": [],
|
|
"flags": {},
|
|
"directions": 1,
|
|
"delays": [
|
|
[
|
|
1
|
|
]
|
|
]
|
|
},
|
|
{
|
|
"name": "off",
|
|
"select": [],
|
|
"flags": {},
|
|
"directions": 1,
|
|
"delays": [
|
|
[
|
|
1
|
|
]
|
|
]
|
|
},
|
|
{
|
|
"name": "dead",
|
|
"select": [],
|
|
"flags": {},
|
|
"directions": 1,
|
|
"delays": [
|
|
[
|
|
1
|
|
]
|
|
]
|
|
}
|
|
]
|
|
}
|