diff --git a/Resources/Prototypes/Entities/Constructible/Walls/linking.yml b/Resources/Prototypes/Entities/Constructible/Walls/linking.yml index 3482f6d3eb..c853655bfe 100644 --- a/Resources/Prototypes/Entities/Constructible/Walls/linking.yml +++ b/Resources/Prototypes/Entities/Constructible/Walls/linking.yml @@ -6,9 +6,10 @@ - type: InteractionOutline - type: Physics - type: Sprite - sprite: Constructible/Linking/switch.rsi + sprite: Constructible/Power/switch.rsi state: on - type: SignalSwitch + - type: Rotatable - type: SignalTransmitter placement: snap: @@ -22,9 +23,10 @@ - type: InteractionOutline - type: Physics - type: Sprite - sprite: Constructible/Linking/switch.rsi + sprite: Constructible/Power/switch.rsi state: dead - type: SignalButton + - type: Rotatable - type: SignalTransmitter placement: snap: diff --git a/Resources/Textures/Constructible/Linking/switch.rsi/dead.png b/Resources/Textures/Constructible/Linking/switch.rsi/dead.png deleted file mode 100644 index 7b6a4689e3..0000000000 Binary files a/Resources/Textures/Constructible/Linking/switch.rsi/dead.png and /dev/null differ diff --git a/Resources/Textures/Constructible/Linking/switch.rsi/meta.json b/Resources/Textures/Constructible/Linking/switch.rsi/meta.json deleted file mode 100644 index 52e2eb00d2..0000000000 --- a/Resources/Textures/Constructible/Linking/switch.rsi/meta.json +++ /dev/null @@ -1,44 +0,0 @@ -{ - "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 - ] - ] - } - ] -} diff --git a/Resources/Textures/Constructible/Linking/switch.rsi/off.png b/Resources/Textures/Constructible/Linking/switch.rsi/off.png deleted file mode 100644 index 41c50ed6c2..0000000000 Binary files a/Resources/Textures/Constructible/Linking/switch.rsi/off.png and /dev/null differ diff --git a/Resources/Textures/Constructible/Linking/switch.rsi/on.png b/Resources/Textures/Constructible/Linking/switch.rsi/on.png deleted file mode 100644 index 54f9cab603..0000000000 Binary files a/Resources/Textures/Constructible/Linking/switch.rsi/on.png and /dev/null differ diff --git a/Resources/Textures/Constructible/Power/ame_shielding_base.png b/Resources/Textures/Constructible/Power/ame_shielding_base.png deleted file mode 100644 index cd62067877..0000000000 Binary files a/Resources/Textures/Constructible/Power/ame_shielding_base.png and /dev/null differ diff --git a/Resources/Textures/Constructible/Power/switch.rsi/dead.png b/Resources/Textures/Constructible/Power/switch.rsi/dead.png new file mode 100644 index 0000000000..f618c15217 Binary files /dev/null and b/Resources/Textures/Constructible/Power/switch.rsi/dead.png differ diff --git a/Resources/Textures/Constructible/Power/switch.rsi/meta.json b/Resources/Textures/Constructible/Power/switch.rsi/meta.json new file mode 100644 index 0000000000..60c494bd9e --- /dev/null +++ b/Resources/Textures/Constructible/Power/switch.rsi/meta.json @@ -0,0 +1,65 @@ +{ + "version": 1, + "size": { + "x": 32, + "y": 32 + }, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from CEV-Eris at commit 15748b71a1e6d2c547588c653d7c42f18011f7c5", + "states": [ + { + "name": "on", + "directions": 4, + "delays": [ + [ + 1 + ], + [ + 1 + ], + [ + 1 + ], + [ + 1 + ] + ] + }, + { + "name": "off", + "directions": 4, + "delays": [ + [ + 1 + ], + [ + 1 + ], + [ + 1 + ], + [ + 1 + ] + ] + }, + { + "name": "dead", + "directions": 4, + "delays": [ + [ + 1 + ], + [ + 1 + ], + [ + 1 + ], + [ + 1 + ] + ] + } + ] +} diff --git a/Resources/Textures/Constructible/Power/switch.rsi/off.png b/Resources/Textures/Constructible/Power/switch.rsi/off.png new file mode 100644 index 0000000000..6538d8d612 Binary files /dev/null and b/Resources/Textures/Constructible/Power/switch.rsi/off.png differ diff --git a/Resources/Textures/Constructible/Power/switch.rsi/on.png b/Resources/Textures/Constructible/Power/switch.rsi/on.png new file mode 100644 index 0000000000..634f338592 Binary files /dev/null and b/Resources/Textures/Constructible/Power/switch.rsi/on.png differ