diff --git a/Resources/Prototypes/Entities/Objects/Devices/encryption_keys.yml b/Resources/Prototypes/Entities/Objects/Devices/encryption_keys.yml index f3eb414317b..c12149aadb4 100644 --- a/Resources/Prototypes/Entities/Objects/Devices/encryption_keys.yml +++ b/Resources/Prototypes/Entities/Objects/Devices/encryption_keys.yml @@ -7,6 +7,7 @@ components: - type: EncryptionKey - type: Item + size: Tiny # Frontier sprite: Objects/Devices/encryption_keys.rsi - type: Sprite sprite: Objects/Devices/encryption_keys.rsi @@ -24,6 +25,7 @@ - Common defaultChannel: Common - type: Sprite + sprite: _NF/Objects/Devices/encryption_keys.rsi # Frontier layers: - state: crypt_gray - state: common_label diff --git a/Resources/Textures/_NF/Objects/Devices/encryption_keys.rsi/common_label.png b/Resources/Textures/_NF/Objects/Devices/encryption_keys.rsi/common_label.png new file mode 100644 index 00000000000..b925335aaa2 Binary files /dev/null and b/Resources/Textures/_NF/Objects/Devices/encryption_keys.rsi/common_label.png differ diff --git a/Resources/Textures/_NF/Objects/Devices/encryption_keys.rsi/crypt_gray.png b/Resources/Textures/_NF/Objects/Devices/encryption_keys.rsi/crypt_gray.png index 47d410736e7..8f905fb9a88 100644 Binary files a/Resources/Textures/_NF/Objects/Devices/encryption_keys.rsi/crypt_gray.png and b/Resources/Textures/_NF/Objects/Devices/encryption_keys.rsi/crypt_gray.png differ diff --git a/Resources/Textures/_NF/Objects/Devices/encryption_keys.rsi/meta.json b/Resources/Textures/_NF/Objects/Devices/encryption_keys.rsi/meta.json index 221c50f895d..68fbb30c86f 100644 --- a/Resources/Textures/_NF/Objects/Devices/encryption_keys.rsi/meta.json +++ b/Resources/Textures/_NF/Objects/Devices/encryption_keys.rsi/meta.json @@ -2,11 +2,13 @@ "version": 1, "license": "CC-BY-SA-3.0", "copyright": "Created by data_redacted@394589156048633866 and GhostPrince for New Frontier 14.", + "copyright": "crypt states modified by Flareguy for Space Station 14, common/stc_label by whatston3", "size": { "x": 32, "y": 32 }, "states": [ + {"name": "common_label"}, {"name": "crypt_gray"}, {"name": "stc_label"}, {"name": "nfsd_label"} diff --git a/Resources/Textures/_NF/Objects/Devices/encryption_keys.rsi/stc_label.png b/Resources/Textures/_NF/Objects/Devices/encryption_keys.rsi/stc_label.png index 0c228563e59..e49715cef19 100644 Binary files a/Resources/Textures/_NF/Objects/Devices/encryption_keys.rsi/stc_label.png and b/Resources/Textures/_NF/Objects/Devices/encryption_keys.rsi/stc_label.png differ