Make welder flames like proper unshaded lights. (#12320)

* Make welders use ToggleableLightVisualsComponent.

* Remove old code from ToolSystem.Welder.

* Update welder sprites.
This commit is contained in:
Vordenburg
2022-11-01 21:16:33 -04:00
committed by GitHub
parent 8fcb87d0a3
commit 784e0ab51f
43 changed files with 94 additions and 61 deletions

View File

@@ -20,54 +20,62 @@
]
},
{
"name": "off-inhand-left",
"name": "inhand-left",
"directions": 4
},
{
"name": "off-inhand-right",
"name": "inhand-right",
"directions": 4
},
{
"name": "on-inhand-left",
"name": "inhand-left-flame",
"directions": 4,
"delays": [
[
0.2,
0.1
0.2,
0.2
],
[
0.2,
0.1
0.2,
0.2
],
[
0.2,
0.1
0.2,
0.2
],
[
0.2,
0.1
0.2,
0.2
]
]
},
{
"name": "on-inhand-right",
"name": "inhand-right-flame",
"directions": 4,
"delays": [
[
0.2,
0.1
0.2,
0.2
],
[
0.2,
0.1
0.2,
0.2
],
[
0.2,
0.1
0.2,
0.2
],
[
0.2,
0.1
0.2,
0.2
]
]
},