Fixes multitool sprite. (#2921)

* Sprites

* YAML
This commit is contained in:
Swept
2021-01-05 10:32:37 +00:00
committed by GitHub
parent c196cdbd42
commit 18fd5a6e41
13 changed files with 49 additions and 55 deletions

View File

@@ -123,7 +123,10 @@
components:
- type: Sprite
sprite: Objects/Tools/multitool.rsi
state: multitool
layers:
- state: icon
- state: green-unlit
shader: unshaded
- type: Clothing
size: 10
sprite: Objects/Tools/multitool.rsi

Binary file not shown.

After

Width:  |  Height:  |  Size: 209 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 221 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 123 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 359 B

View File

@@ -1,72 +1,63 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/94f27c7b25bbde39c1412e24fb32bf6470fcc394",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "icon",
"directions": 1
},
{
"name": "green-unlit",
"directions": 1
},
{
"name": "yellow-unlit",
"directions": 1
},
{
"name": "red-unlit",
"directions": 1
},
{
"name": "inhand-left",
"directions": 4,
"delays": [
[
1
],
[
1
],
[
1
],
[
1
]
]
"directions": 4
},
{
"name": "inhand-right",
"directions": 4,
"delays": [
[
1
],
[
1
],
[
1
],
[
1
]
]
"directions": 4
},
{
"name": "green-inhand-left",
"directions": 4
},
{
"name": "green-inhand-right",
"directions": 4
},
{
"name": "yellow-inhand-left",
"directions": 4
},
{
"name": "yellow-inhand-right",
"directions": 4
},
{
"name": "red-inhand-left",
"directions": 4
},
{
"name": "red-inhand-right",
"directions": 4
},
{
"name": "equipped-BELT",
"directions": 4,
"delays": [
[
1
],
[
1
],
[
1
],
[
1
]
]
},
{
"name": "multitool",
"directions": 1,
"delays": [
[
1
]
]
"directions": 4
}
]
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 197 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 195 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 204 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 117 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 196 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 205 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 121 B