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>
|
Before Width: | Height: | Size: 935 B After Width: | Height: | Size: 1.1 KiB |
|
Before Width: | Height: | Size: 348 B After Width: | Height: | Size: 460 B |
|
Before Width: | Height: | Size: 498 B After Width: | Height: | Size: 713 B |
@@ -1,14 +1,26 @@
|
||||
{
|
||||
"version": 1,
|
||||
"license": "CC-BY-SA-3.0",
|
||||
"copyright": "Taken from baystation at https://github.com/Baystation12/Baystation12/commit/f200ae08d71ecbc91412ee650a334981892f5177",
|
||||
"copyright": "Taken from tgstation at https://github.com/tgstation/tgstation/commit/1516a728931b4985c1e86f0c5995a5aa1554a1ad and modified by Swept",
|
||||
"size": {
|
||||
"x": 32,
|
||||
"y": 32
|
||||
},
|
||||
"states": [
|
||||
{
|
||||
"name": "normal-unshaded"
|
||||
"name": "normal-unshaded",
|
||||
"delays": [
|
||||
[
|
||||
3,
|
||||
0.1,
|
||||
1,
|
||||
0.2,
|
||||
1,
|
||||
3,
|
||||
0.1,
|
||||
0.2
|
||||
]
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "broken"
|
||||
@@ -17,8 +29,8 @@
|
||||
"name": "deny-unshaded",
|
||||
"delays": [
|
||||
[
|
||||
0.4,
|
||||
0.4
|
||||
0.1,
|
||||
0.1
|
||||
]
|
||||
]
|
||||
},
|
||||
|
||||
|
Before Width: | Height: | Size: 298 B After Width: | Height: | Size: 2.1 KiB |
|
Before Width: | Height: | Size: 659 B After Width: | Height: | Size: 872 B |
|
Before Width: | Height: | Size: 214 B After Width: | Height: | Size: 247 B |