Fixes a ton of sprite icons. (#2034)

* Icons + Sprites for Atmos pipes

* Fixes Mimic icon

* Fixes rsi for RnD point source

* RnD Point source prototype fix

* Centers Bike Horn icon

* Centers pirate hat sprite

* Centers a bunch of milkshake icons

* Moves light_bulb.yml to Constructibles

* Fixes light_tube icons

* Emergency Light icon fix

* Medical Scanner icon

* ID Rsi fixed

* ID cards now have proper icons

* Lockers have proper icons finally

* Default Icon Fixed

* Resolved lighting issues
This commit is contained in:
Swept
2020-09-13 11:53:47 +00:00
committed by GitHub
parent 65d7775665
commit c7037c2293
112 changed files with 2214 additions and 88 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 904 B

View File

@@ -8,7 +8,7 @@
"copyright": "Taken from https://github.com/discordia-space/CEV-Eris/blob/master/icons/obj/machines/excelsior/autolathe.dmi at 40b254106b46981b8ad95ccd5589deb8fa56e765",
"states": [
{
"name": "tdoppler",
"name": "rndpointsource",
"directions": 4,
"delays": [
[
@@ -30,7 +30,7 @@
]
},
{
"name": "tdoppler-broken",
"name": "rndpointsource-broken",
"directions": 1,
"delays": [
[
@@ -41,7 +41,16 @@
]
},
{
"name": "tdoppler-off",
"name": "rndpointsource-off",
"directions": 1,
"delays": [
[
1.0
]
]
},
{
"name": "rndpointsource-icon",
"directions": 1,
"delays": [
[

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.0 KiB