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>
This commit is contained in:
Prole
2025-07-27 12:48:01 -07:00
committed by GitHub
parent 688c91b597
commit a789341b2f
3 changed files with 21 additions and 21 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.3 KiB

After

Width:  |  Height:  |  Size: 797 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 533 B

After

Width:  |  Height:  |  Size: 22 KiB

View File

@@ -1,23 +1,23 @@
{ {
"version": 1, "version": 1,
"license": "CC-BY-SA-3.0", "license": "CC-BY-SA-3.0",
"copyright": "Taken from https://github.com/vgstation-coders/vgstation13/commit/1dbcf389b0ec6b2c51b002df5fef8dd1519f8068", "copyright": "icon from potato.rsi & modified activated by Prole0 (GitHub)",
"size": { "size": {
"x": 32, "x": 32,
"y": 32 "y": 32
},
"states": [
{
"name": "icon"
}, },
{ "states": [
"name": "activated", {
"delays": [ "name": "icon"
[ },
0.1, {
0.1 "name": "activated",
] "delays": [
] [
} 0.1,
] 0.1
} ]
]
}
]
}