Respriting the codebase (#4820)
* Walls * Airlocks mostly ported * Disposal Unit * Tiles * Lighting * Catwalk * Windows * Some vending machine work * More Vending Machines * Rest of vending machine sprites ported * Fixes to vending machines * Tables (This took a lot of work) * Fixes low walls being required for window smoothing - Also replaces window damage visualization * Plasma Window * APC * SMES + Reorganized parts.yml * Furniture and Organization and Removed Shelf * Renamed seats.yml to chairs.yml * Dispensers * Lazy-fixed the glass airlocks * Don't need this no more * Tilez * blue circuit my fucking beloved * Switches lights to cev one * Conveyors and Switch * Reorients lights * !ALERT! MAP CHANGES !ALERT! Co-authored-by: Vera Aguilera Puerto <gradientvera@outlook.com>
BIN
Resources/Textures/Structures/dispensers.rsi/booze.png
Normal file
|
After Width: | Height: | Size: 1.4 KiB |
|
Before Width: | Height: | Size: 929 B |
|
Before Width: | Height: | Size: 779 B |
BIN
Resources/Textures/Structures/dispensers.rsi/industrial-off.png
Normal file
|
After Width: | Height: | Size: 403 B |
|
After Width: | Height: | Size: 175 B |
|
After Width: | Height: | Size: 752 B |
BIN
Resources/Textures/Structures/dispensers.rsi/industrial.png
Normal file
|
After Width: | Height: | Size: 440 B |
|
Before Width: | Height: | Size: 767 B |
@@ -1,23 +1,39 @@
|
||||
{
|
||||
"version": 1,
|
||||
"license": "CC-BY-SA-3.0",
|
||||
"copyright": "Taken from https://github.com/discordia-space/CEV-Eris/blob/2b969adc2dfd3e9621bf3597c5cbffeb3ac8c9f0/icons/obj/chemical.dmi",
|
||||
"copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/11402f6ae62facc2e8bcfa1f8ef5353b26663278",
|
||||
"size": {
|
||||
"x": 32,
|
||||
"y": 32
|
||||
},
|
||||
"states": [
|
||||
{
|
||||
"name": "booze_dispenser"
|
||||
"name": "booze",
|
||||
"directions": 4
|
||||
},
|
||||
{
|
||||
"name": "industrial_dispenser"
|
||||
"name": "soda",
|
||||
"directions": 4
|
||||
},
|
||||
{
|
||||
"name": "soda_dispenser"
|
||||
"name": "industrial"
|
||||
},
|
||||
{
|
||||
"name": "dispenser"
|
||||
"name": "industrial-off"
|
||||
},
|
||||
{
|
||||
"name": "industrial-panel"
|
||||
},
|
||||
{
|
||||
"name": "industrial-working",
|
||||
"delays": [
|
||||
[
|
||||
0.2,
|
||||
0.2,
|
||||
0.2,
|
||||
0.2
|
||||
]
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
BIN
Resources/Textures/Structures/dispensers.rsi/soda.png
Normal file
|
After Width: | Height: | Size: 960 B |
|
Before Width: | Height: | Size: 582 B |