]> git.smokeofanarchy.ru Git - space-station-14.git/commitdiff
Hot Potato Sprite Fix (#39193)
authorProle <172158352+Prole0@users.noreply.github.com>
Sun, 27 Jul 2025 19:48:01 +0000 (12:48 -0700)
committerGitHub <noreply@github.com>
Sun, 27 Jul 2025 19:48:01 +0000 (15:48 -0400)
* 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>
Resources/Textures/Objects/Weapons/Bombs/hot_potato.rsi/activated.png
Resources/Textures/Objects/Weapons/Bombs/hot_potato.rsi/icon.png
Resources/Textures/Objects/Weapons/Bombs/hot_potato.rsi/meta.json

index 07785ce832f0d731e711220ad72392434e4e52be..81815fa4e705b92563f23667399891affc4cd8bb 100644 (file)
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
index 426106d04691580dffbb759f3d57de24fca1c815..1856cc3fe5c8a9afe28a4643e1c7ff3f4f3f462e 100644 (file)
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
index 664e16d42c202dec7c5087635c3ccd1c78b295f6..5a890d67d5c3dfe4037cb3773dd263e54457eb64 100644 (file)
@@ -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
+                ]
+            ]
+        }
+    ]
+}