Implement machine linking (#1784)
* 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
This commit is contained in:
BIN
Resources/Textures/Constructible/Linking/switch.rsi/dead.png
Normal file
BIN
Resources/Textures/Constructible/Linking/switch.rsi/dead.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 137 B |
@@ -0,0 +1,44 @@
|
||||
{
|
||||
"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
|
||||
]
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
BIN
Resources/Textures/Constructible/Linking/switch.rsi/off.png
Normal file
BIN
Resources/Textures/Constructible/Linking/switch.rsi/off.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 137 B |
BIN
Resources/Textures/Constructible/Linking/switch.rsi/on.png
Normal file
BIN
Resources/Textures/Constructible/Linking/switch.rsi/on.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 137 B |
Reference in New Issue
Block a user