]> git.smokeofanarchy.ru Git - space-station-14.git/commitdiff
Update binary key to use AI icon (#32327)
authorScarKy0 <106310278+ScarKy0@users.noreply.github.com>
Tue, 1 Oct 2024 04:03:37 +0000 (06:03 +0200)
committerGitHub <noreply@github.com>
Tue, 1 Oct 2024 04:03:37 +0000 (14:03 +1000)
* Init

* uplink icon

Resources/Prototypes/Catalog/uplink_catalog.yml
Resources/Prototypes/Entities/Objects/Devices/encryption_keys.yml
Resources/Textures/Objects/Devices/encryption_keys.rsi/ai_label.png [new file with mode: 0644]
Resources/Textures/Objects/Devices/encryption_keys.rsi/meta.json

index 8d7f835603bb1ded83fac06afeb909de3ded487d..a91aab53c804d22739e01ccb3c33baae546cc736 100644 (file)
   id: UplinkBinaryTranslatorKey
   name: uplink-binary-translator-key-name
   description: uplink-binary-translator-key-desc
-  icon: { sprite: /Textures/Objects/Devices/encryption_keys.rsi, state: borg_label }
+  icon: { sprite: /Textures/Objects/Devices/encryption_keys.rsi, state: ai_label }
   productEntity: EncryptionKeyBinarySyndicate
   cost:
     Telecrystal: 1
index 25d81a6f83c1e0e543cc1a424a5733ecfacf1d93..7393532654dea6948042a642cadfc5ec722cba8f 100644 (file)
   - type: Sprite
     layers:
     - state: crypt_silver
-    - state: borg_label
+    - state: ai_label
 
 - type: entity
   parent: [ EncryptionKey, BaseSyndicateContraband ]
   - type: Sprite
     layers:
     - state: crypt_red
-    - state: borg_label
+    - state: ai_label
 
 - type: entity
   parent: EncryptionKey
diff --git a/Resources/Textures/Objects/Devices/encryption_keys.rsi/ai_label.png b/Resources/Textures/Objects/Devices/encryption_keys.rsi/ai_label.png
new file mode 100644 (file)
index 0000000..0240912
Binary files /dev/null and b/Resources/Textures/Objects/Devices/encryption_keys.rsi/ai_label.png differ
index 6ae7bca9dda456dd59487dd69e60a0b748ce0bb7..a6222e988f72347407bd18779579377a02ec30be 100644 (file)
@@ -35,6 +35,7 @@
     {"name": "sec_label"},
     {"name": "service_label"},
     {"name": "synd_label"},
-    {"name": "borg_label"}
+    {"name": "borg_label"},
+    {"name": "ai_label"}
   ]
 }