From: Prole <172158352+Prole0@users.noreply.github.com> Date: Sun, 27 Jul 2025 19:48:01 +0000 (-0700) Subject: Hot Potato Sprite Fix (#39193) X-Git-Url: https://git.smokeofanarchy.ru/gitweb.cgi?a=commitdiff_plain;h=a789341b2f1adaee49c16f8119399d55610179e9;p=space-station-14.git Hot Potato Sprite Fix (#39193) * Current Potato Sprite In * Bit of Cleanup * Update Resources/Textures/Objects/Weapons/Bombs/hot_potato.rsi/meta.json --------- Co-authored-by: slarticodefast <161409025+slarticodefast@users.noreply.github.com> --- diff --git a/Resources/Textures/Objects/Weapons/Bombs/hot_potato.rsi/activated.png b/Resources/Textures/Objects/Weapons/Bombs/hot_potato.rsi/activated.png index 07785ce832..81815fa4e7 100644 Binary files a/Resources/Textures/Objects/Weapons/Bombs/hot_potato.rsi/activated.png and b/Resources/Textures/Objects/Weapons/Bombs/hot_potato.rsi/activated.png differ diff --git a/Resources/Textures/Objects/Weapons/Bombs/hot_potato.rsi/icon.png b/Resources/Textures/Objects/Weapons/Bombs/hot_potato.rsi/icon.png index 426106d046..1856cc3fe5 100644 Binary files a/Resources/Textures/Objects/Weapons/Bombs/hot_potato.rsi/icon.png and b/Resources/Textures/Objects/Weapons/Bombs/hot_potato.rsi/icon.png differ diff --git a/Resources/Textures/Objects/Weapons/Bombs/hot_potato.rsi/meta.json b/Resources/Textures/Objects/Weapons/Bombs/hot_potato.rsi/meta.json index 664e16d42c..5a890d67d5 100644 --- a/Resources/Textures/Objects/Weapons/Bombs/hot_potato.rsi/meta.json +++ b/Resources/Textures/Objects/Weapons/Bombs/hot_potato.rsi/meta.json @@ -1,23 +1,23 @@ { - "version": 1, - "license": "CC-BY-SA-3.0", - "copyright": "Taken from https://github.com/vgstation-coders/vgstation13/commit/1dbcf389b0ec6b2c51b002df5fef8dd1519f8068", - "size": { - "x": 32, - "y": 32 - }, - "states": [ - { - "name": "icon" + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "icon from potato.rsi & modified activated by Prole0 (GitHub)", + "size": { + "x": 32, + "y": 32 }, - { - "name": "activated", - "delays": [ - [ - 0.1, - 0.1 - ] - ] - } - ] -} \ No newline at end of file + "states": [ + { + "name": "icon" + }, + { + "name": "activated", + "delays": [ + [ + 0.1, + 0.1 + ] + ] + } + ] +}