From: K-Dynamic <20566341+K-Dynamic@users.noreply.github.com> Date: Fri, 11 Jul 2025 04:55:16 +0000 (+1200) Subject: Rotated turret wall panel sprites (#38464) X-Git-Url: https://git.smokeofanarchy.ru/gitweb.cgi?a=commitdiff_plain;h=a268a4aaccc702a4e068d13a31f06eddaaa87741;p=space-station-14.git Rotated turret wall panel sprites (#38464) rotated sprites --- diff --git a/Resources/Textures/Structures/Wallmounts/turret_controls.rsi/base.png b/Resources/Textures/Structures/Wallmounts/turret_controls.rsi/base.png index da7b4e4941..2b20db4c09 100644 Binary files a/Resources/Textures/Structures/Wallmounts/turret_controls.rsi/base.png and b/Resources/Textures/Structures/Wallmounts/turret_controls.rsi/base.png differ diff --git a/Resources/Textures/Structures/Wallmounts/turret_controls.rsi/lethal.png b/Resources/Textures/Structures/Wallmounts/turret_controls.rsi/lethal.png index f204a4d392..072e494c43 100644 Binary files a/Resources/Textures/Structures/Wallmounts/turret_controls.rsi/lethal.png and b/Resources/Textures/Structures/Wallmounts/turret_controls.rsi/lethal.png differ diff --git a/Resources/Textures/Structures/Wallmounts/turret_controls.rsi/meta.json b/Resources/Textures/Structures/Wallmounts/turret_controls.rsi/meta.json index 7684d02279..561a740d77 100644 --- a/Resources/Textures/Structures/Wallmounts/turret_controls.rsi/meta.json +++ b/Resources/Textures/Structures/Wallmounts/turret_controls.rsi/meta.json @@ -1,44 +1,44 @@ { - "version": 1, - "license": "CC-BY-SA-3.0", - "copyright": "Taken from vgstation at https://github.com/vgstation-coders/vgstation13/blob/b4363f59f5feacbc48c29aea4eb7794ad358cd92/icons/obj/device.dmi. Modified by chromiumboy.", - "size": { - "x": 32, - "y": 32 - }, - "states": [ - { - "name": "base" + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from vgstation at https://github.com/vgstation-coders/vgstation13/blob/b4363f59f5feacbc48c29aea4eb7794ad358cd92/icons/obj/device.dmi. Modified by chromiumboy. Rotated by K-Dynamic (github).", + "size": { + "x": 32, + "y": 32 }, - { - "name": "safe", - "delays": [ - [ - 0.2, - 2.0 - ] - ] - }, - { - "name": "stun", - "delays": [ - [ - 0.2, - 1.0 - ] - ] - }, - { - "name": "lethal", - "delays": [ - [ - 0.5, - 0.5 - ] - ] - }, - { - "name": "wires" - } - ] + "states": [ + { + "name": "base" + }, + { + "name": "safe", + "delays": [ + [ + 0.2, + 2.0 + ] + ] + }, + { + "name": "stun", + "delays": [ + [ + 0.2, + 1.0 + ] + ] + }, + { + "name": "lethal", + "delays": [ + [ + 0.5, + 0.5 + ] + ] + }, + { + "name": "wires" + } + ] } diff --git a/Resources/Textures/Structures/Wallmounts/turret_controls.rsi/safe.png b/Resources/Textures/Structures/Wallmounts/turret_controls.rsi/safe.png index f47615f626..567d0ed132 100644 Binary files a/Resources/Textures/Structures/Wallmounts/turret_controls.rsi/safe.png and b/Resources/Textures/Structures/Wallmounts/turret_controls.rsi/safe.png differ diff --git a/Resources/Textures/Structures/Wallmounts/turret_controls.rsi/stun.png b/Resources/Textures/Structures/Wallmounts/turret_controls.rsi/stun.png index 1ca04be32f..24ee9a7ec4 100644 Binary files a/Resources/Textures/Structures/Wallmounts/turret_controls.rsi/stun.png and b/Resources/Textures/Structures/Wallmounts/turret_controls.rsi/stun.png differ diff --git a/Resources/Textures/Structures/Wallmounts/turret_controls.rsi/wires.png b/Resources/Textures/Structures/Wallmounts/turret_controls.rsi/wires.png index 27644f00bd..fde4f7a3de 100644 Binary files a/Resources/Textures/Structures/Wallmounts/turret_controls.rsi/wires.png and b/Resources/Textures/Structures/Wallmounts/turret_controls.rsi/wires.png differ