diff --git a/Resources/Prototypes/_CP14/Entities/Clothing/Eyes/eyes.yml b/Resources/Prototypes/_CP14/Entities/Clothing/Eyes/eyes.yml index 4219c28f5c..b3a3b24007 100644 --- a/Resources/Prototypes/_CP14/Entities/Clothing/Eyes/eyes.yml +++ b/Resources/Prototypes/_CP14/Entities/Clothing/Eyes/eyes.yml @@ -74,8 +74,8 @@ foldedEquippedPrefix: flipped foldedHeldPrefix: flipped - type: Sprite - sprite: _CP14/Clothing/Eyes/alchemy_glasses.rsi #TODO sprite + sprite: _CP14/Clothing/Eyes/thaumaturgy_glasses.rsi - type: Clothing - sprite: _CP14/Clothing/Eyes/alchemy_glasses.rsi + sprite: _CP14/Clothing/Eyes/thaumaturgy_glasses.rsi - type: CP14MagicEnergyScanner diff --git a/Resources/Textures/_CP14/Clothing/Eyes/alchemy_glasses.rsi/equipped-EYES.png b/Resources/Textures/_CP14/Clothing/Eyes/alchemy_glasses.rsi/equipped-EYES.png index 5ed9ec1118..f5d2ace426 100644 Binary files a/Resources/Textures/_CP14/Clothing/Eyes/alchemy_glasses.rsi/equipped-EYES.png and b/Resources/Textures/_CP14/Clothing/Eyes/alchemy_glasses.rsi/equipped-EYES.png differ diff --git a/Resources/Textures/_CP14/Clothing/Eyes/alchemy_glasses.rsi/flipped-equipped-EYES.png b/Resources/Textures/_CP14/Clothing/Eyes/alchemy_glasses.rsi/flipped-equipped-EYES.png index 7e59703781..5d2b41e97c 100644 Binary files a/Resources/Textures/_CP14/Clothing/Eyes/alchemy_glasses.rsi/flipped-equipped-EYES.png and b/Resources/Textures/_CP14/Clothing/Eyes/alchemy_glasses.rsi/flipped-equipped-EYES.png differ diff --git a/Resources/Textures/_CP14/Clothing/Eyes/alchemy_glasses.rsi/icon.png b/Resources/Textures/_CP14/Clothing/Eyes/alchemy_glasses.rsi/icon.png index 5a98b77aed..af13e17d22 100644 Binary files a/Resources/Textures/_CP14/Clothing/Eyes/alchemy_glasses.rsi/icon.png and b/Resources/Textures/_CP14/Clothing/Eyes/alchemy_glasses.rsi/icon.png differ diff --git a/Resources/Textures/_CP14/Clothing/Eyes/alchemy_glasses.rsi/meta.json b/Resources/Textures/_CP14/Clothing/Eyes/alchemy_glasses.rsi/meta.json index a3741863bb..2ef95ed5f9 100644 --- a/Resources/Textures/_CP14/Clothing/Eyes/alchemy_glasses.rsi/meta.json +++ b/Resources/Textures/_CP14/Clothing/Eyes/alchemy_glasses.rsi/meta.json @@ -1,22 +1,22 @@ { - "version": 1, - "license": "All rights reserved for the CrystallPunk14 project only", - "copyright": "Created by KBAS5, Edited by TheShuEd", - "size": { - "x": 32, - "y": 32 - }, - "states": [ - { - "name": "icon" + "version": 1, + "license": "All rights reserved for the CrystallPunk14 project only", + "copyright": "Created by KBAS5 and modified by TheShuEd & Jaraten", + "size": { + "x": 32, + "y": 32 }, - { - "name": "equipped-EYES", - "directions": 4 - }, - { - "name": "flipped-equipped-EYES", - "directions": 4 - } - ] -} \ No newline at end of file + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-EYES", + "directions": 4 + }, + { + "name": "flipped-equipped-EYES", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/_CP14/Clothing/Eyes/thaumaturgy_glasses.rsi/equipped-EYES.png b/Resources/Textures/_CP14/Clothing/Eyes/thaumaturgy_glasses.rsi/equipped-EYES.png new file mode 100644 index 0000000000..d549beead6 Binary files /dev/null and b/Resources/Textures/_CP14/Clothing/Eyes/thaumaturgy_glasses.rsi/equipped-EYES.png differ diff --git a/Resources/Textures/_CP14/Clothing/Eyes/thaumaturgy_glasses.rsi/flipped-equipped-EYES.png b/Resources/Textures/_CP14/Clothing/Eyes/thaumaturgy_glasses.rsi/flipped-equipped-EYES.png new file mode 100644 index 0000000000..288b5909cf Binary files /dev/null and b/Resources/Textures/_CP14/Clothing/Eyes/thaumaturgy_glasses.rsi/flipped-equipped-EYES.png differ diff --git a/Resources/Textures/_CP14/Clothing/Eyes/thaumaturgy_glasses.rsi/icon.png b/Resources/Textures/_CP14/Clothing/Eyes/thaumaturgy_glasses.rsi/icon.png new file mode 100644 index 0000000000..b4eaf1687c Binary files /dev/null and b/Resources/Textures/_CP14/Clothing/Eyes/thaumaturgy_glasses.rsi/icon.png differ diff --git a/Resources/Textures/_CP14/Clothing/Eyes/thaumaturgy_glasses.rsi/meta.json b/Resources/Textures/_CP14/Clothing/Eyes/thaumaturgy_glasses.rsi/meta.json new file mode 100644 index 0000000000..27149324f5 --- /dev/null +++ b/Resources/Textures/_CP14/Clothing/Eyes/thaumaturgy_glasses.rsi/meta.json @@ -0,0 +1,22 @@ +{ + "version": 1, + "license": "All rights reserved for the CrystallPunk14 project only", + "copyright": "Created by Jaraten (discord/GitHub)", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-EYES", + "directions": 4 + }, + { + "name": "flipped-equipped-EYES", + "directions": 4 + } + ] +}