Thermomachines code cleaning + some QoL (#14772)

This commit is contained in:
Menshin
2023-04-23 05:05:32 +02:00
committed by GitHub
parent 4704137e91
commit fd973be10c
16 changed files with 140 additions and 66 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 280 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 227 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.6 KiB

View File

@@ -1 +1,38 @@
{"version":1,"size":{"x":32,"y":32},"copyright":"Taken from tgstation","license":"CC-BY-SA-3.0","states":[{"name":"freezer_off"},{"name":"freezer_open"},{"name":"freezer_on","directions":1,"delays":[[0.1,0.1,0.1,0.1,0.1,0.1,0.1,0.1,0.1,0.1]]},{"name":"heater_off"},{"name":"heater_open"},{"name":"heater_on","directions":1,"delays":[[0.1,0.1,0.1,0.1,0.1,0.1,0.1,0.1,0.1,0.1]]},{"name":"pipe","directions":4}]}
{
"version":1,
"size":{"x":32,"y":32},
"copyright":"Base sprites taken from tgstation, splitted to display on two layers (machinebody/panel) by Menshin, for SS14",
"license":"CC-BY-SA-3.0",
"states":[
{
"name":"freezerOff",
"directions":1
},
{
"name":"freezerPanelOpen",
"directions":1
},
{
"name":"freezerOn",
"directions":1,
"delays":[ [ 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1] ]
},
{
"name":"heaterOff",
"directions":1
},
{
"name":"heaterPanelOpen",
"directions":1
},
{
"name":"heaterOn",
"directions":1,
"delays":[ [ 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1] ]
},
{
"name":"pipe",
"directions":4
}
]
}