Icon fixing and general cleanup (#2156)

* Cable coils now look BEAUTIFUL and have inhands

* Editors note

* Materials have their own rsi + more icons fixed

* Fixed Mimic [AI]

* More icons fixed...

* Tanks have own rsi and fixed tank icons

* Airlock icons fixed

* Fuel tank hotfix

* Arcade fixed

* ChairBase is now abstract

* Fixes medical stuff

* Fixes rechargers

* Pump/Pipe icons

* Misc hotfixes

* All debug power icons fixed!

* Fixes auto/proto/research computer icons
This commit is contained in:
Swept
2020-09-30 10:43:06 +00:00
committed by GitHub
parent 552918d59d
commit 898744f4a9
149 changed files with 7262 additions and 404 deletions

View File

@@ -418,6 +418,24 @@
1
]
]
},
{
"name": "shelf",
"directions": 1,
"delays": [
[
1
]
]
},
{
"name": "rack",
"directions": 1,
"delays": [
[
1
]
]
}
]
}

View File

Before

Width:  |  Height:  |  Size: 203 B

After

Width:  |  Height:  |  Size: 203 B

View File

Before

Width:  |  Height:  |  Size: 220 B

After

Width:  |  Height:  |  Size: 220 B

View File

Before

Width:  |  Height:  |  Size: 1.1 KiB

After

Width:  |  Height:  |  Size: 1.1 KiB

View File

@@ -0,0 +1,27 @@
{
"version": 1,
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "watertank",
"directions": 1,
"delays": [
[
1
]
]
},
{
"name": "fueltank",
"directions": 1,
"delays": [
[
1
]
]
}
]
}

View File

Before

Width:  |  Height:  |  Size: 447 B

After

Width:  |  Height:  |  Size: 447 B