diff --git a/Resources/Prototypes/_White/Structures/Machines/deepspacecom.yml b/Resources/Prototypes/_White/Structures/Machines/deepspacecom.yml index 51ab356e1e..269a2ec66b 100644 --- a/Resources/Prototypes/_White/Structures/Machines/deepspacecom.yml +++ b/Resources/Prototypes/_White/Structures/Machines/deepspacecom.yml @@ -30,9 +30,10 @@ - map: ["computerLayerKeyboard"] state: generic_keyboard - map: ["computerLayerScreen"] + sprite: White/Structures/deepSpaceCom.rsi state: comm - map: ["computerLayerKeys"] - state: generic_keys + state: id_key - type: ActivatableUI key: enum.DeepSpaceComUiKey.Key - type: UserInterface diff --git a/Resources/Textures/White/Structures/deepSpaceCom.rsi/comm.png b/Resources/Textures/White/Structures/deepSpaceCom.rsi/comm.png new file mode 100644 index 0000000000..db51e59c4f Binary files /dev/null and b/Resources/Textures/White/Structures/deepSpaceCom.rsi/comm.png differ diff --git a/Resources/Textures/White/Structures/deepSpaceCom.rsi/meta.json b/Resources/Textures/White/Structures/deepSpaceCom.rsi/meta.json new file mode 100644 index 0000000000..9d17dff9ac --- /dev/null +++ b/Resources/Textures/White/Structures/deepSpaceCom.rsi/meta.json @@ -0,0 +1,33 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/bd6873fd4dd6a61d7e46f1d75cd4d90f64c40894.", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "comm", + "directions": 4, + "delays": [ + [ + 0.1, + 0.1 + ], + [ + 0.1, + 0.1 + ], + [ + 0.1, + 0.1 + ], + [ + 0.1, + 0.1 + ] + ] + } + ] +} \ No newline at end of file