fix: add missing flame to cowelder (#12680)

This commit is contained in:
Gaxeer
2022-11-25 13:27:45 +02:00
committed by GitHub
parent b39ca1ecc2
commit f625822365
8 changed files with 54 additions and 11 deletions

View File

@@ -121,7 +121,6 @@
- type: Item
size: 10
sprite: Objects/Tools/Cowtools/cowelder.rsi
heldPrefix: off
- type: Tool
speed: 0.05
- type: Welder

Binary file not shown.

After

Width:  |  Height:  |  Size: 201 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 201 B

View File

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

Binary file not shown.

Before

Width:  |  Height:  |  Size: 306 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 306 B