diff --git a/Resources/Prototypes/Entities/Objects/Tools/tools.yml b/Resources/Prototypes/Entities/Objects/Tools/tools.yml index 5a25516dde..a27821ae09 100644 --- a/Resources/Prototypes/Entities/Objects/Tools/tools.yml +++ b/Resources/Prototypes/Entities/Objects/Tools/tools.yml @@ -232,7 +232,7 @@ sprite: Objects/Tools/network_configurator.rsi layers: - state: icon - - state: mode-list + - state: mode-link map: ["enum.NetworkConfiguratorLayers.ModeLight"] shader: unshaded - type: Item diff --git a/Resources/Textures/Objects/Tools/network_configurator.rsi/equipped-BELT.png b/Resources/Textures/Objects/Tools/network_configurator.rsi/equipped-BELT.png index 503844c59a..ba6c98f415 100644 Binary files a/Resources/Textures/Objects/Tools/network_configurator.rsi/equipped-BELT.png and b/Resources/Textures/Objects/Tools/network_configurator.rsi/equipped-BELT.png differ diff --git a/Resources/Textures/Objects/Tools/network_configurator.rsi/icon.png b/Resources/Textures/Objects/Tools/network_configurator.rsi/icon.png index 98f0f2a053..94fd032f31 100644 Binary files a/Resources/Textures/Objects/Tools/network_configurator.rsi/icon.png and b/Resources/Textures/Objects/Tools/network_configurator.rsi/icon.png differ diff --git a/Resources/Textures/Objects/Tools/network_configurator.rsi/inhand-left.png b/Resources/Textures/Objects/Tools/network_configurator.rsi/inhand-left.png index 469d9a9266..a138b4fde0 100644 Binary files a/Resources/Textures/Objects/Tools/network_configurator.rsi/inhand-left.png and b/Resources/Textures/Objects/Tools/network_configurator.rsi/inhand-left.png differ diff --git a/Resources/Textures/Objects/Tools/network_configurator.rsi/inhand-right.png b/Resources/Textures/Objects/Tools/network_configurator.rsi/inhand-right.png index 545ae542a1..1ed797542a 100644 Binary files a/Resources/Textures/Objects/Tools/network_configurator.rsi/inhand-right.png and b/Resources/Textures/Objects/Tools/network_configurator.rsi/inhand-right.png differ diff --git a/Resources/Textures/Objects/Tools/network_configurator.rsi/meta.json b/Resources/Textures/Objects/Tools/network_configurator.rsi/meta.json index 2730385976..a2063473de 100644 --- a/Resources/Textures/Objects/Tools/network_configurator.rsi/meta.json +++ b/Resources/Textures/Objects/Tools/network_configurator.rsi/meta.json @@ -1,14 +1,50 @@ { "version": 1, "license": "CC-BY-SA-3.0", - "copyright": "Made by Julian Giebel for ss14", + "copyright": "Made by 20kdc (github) for ss14", "size": { "x": 32, "y": 32 }, "states": [ { - "name": "icon" + "name": "icon", + "delays": [ + [ + 0.1, + 0.1, + 0.1, + 0.1, + 0.1, + 0.1, + 0.1, + 0.1, + 0.1, + 0.1, + 0.1, + 0.1, + 0.1, + 0.1, + 0.1, + 0.1, + 0.1, + 0.1, + 0.1, + 0.1, + 0.1, + 0.1, + 0.1, + 0.1, + 0.1, + 0.1, + 0.1, + 0.1, + 0.1, + 0.1, + 0.1, + 0.1 + ] + ] }, { "name": "mode-list" diff --git a/Resources/Textures/Objects/Tools/network_configurator.rsi/mode-link.png b/Resources/Textures/Objects/Tools/network_configurator.rsi/mode-link.png index 6eaa64652e..924fef8471 100644 Binary files a/Resources/Textures/Objects/Tools/network_configurator.rsi/mode-link.png and b/Resources/Textures/Objects/Tools/network_configurator.rsi/mode-link.png differ diff --git a/Resources/Textures/Objects/Tools/network_configurator.rsi/mode-list.png b/Resources/Textures/Objects/Tools/network_configurator.rsi/mode-list.png index c817cb0e85..b886a7104a 100644 Binary files a/Resources/Textures/Objects/Tools/network_configurator.rsi/mode-list.png and b/Resources/Textures/Objects/Tools/network_configurator.rsi/mode-list.png differ