Make welder flames like proper unshaded lights. (#12320)
* Make welders use ToggleableLightVisualsComponent. * Remove old code from ToolSystem.Welder. * Update welder sprites.
|
Before Width: | Height: | Size: 186 B After Width: | Height: | Size: 159 B |
|
Before Width: | Height: | Size: 527 B After Width: | Height: | Size: 290 B |
|
After Width: | Height: | Size: 201 B |
|
Before Width: | Height: | Size: 342 B After Width: | Height: | Size: 341 B |
|
After Width: | Height: | Size: 201 B |
|
Before Width: | Height: | Size: 353 B After Width: | Height: | Size: 352 B |
@@ -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
|
||||
]
|
||||
]
|
||||
},
|
||||
|
||||
|
Before Width: | Height: | Size: 586 B |
|
Before Width: | Height: | Size: 603 B |