Skip to content

Commit c1d5e6f

Browse files
authored
In-hand apprasial tool sprite (space-wizards#32849)
* golden apprasial tool when * thanks evan. very cool
1 parent 445cad4 commit c1d5e6f

File tree

4 files changed

+18
-10
lines changed

4 files changed

+18
-10
lines changed
Loading
Loading
Loading
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,26 @@
11
{
2-
"copyright" : "Taken from https://github.com/tgstation/tgstation/blob/master/icons/obj/device.dmi state export_scanner at commit 7544e865d0771d9bd917461e9da16d301fe40fc3.",
2+
"copyright" : "Taken from https://github.com/tgstation/tgstation/blob/master/icons/obj/device.dmi state export_scanner at commit 7544e865d0771d9bd917461e9da16d301fe40fc3. In-hand sprites made by obscenelytinyshark for use in SS14.",
33
"license" : "CC-BY-SA-3.0",
44
"size" : {
55
"x" : 32,
66
"y" : 32
77
},
8-
"states" : [
9-
{
10-
"name" : "icon"
11-
},
12-
{
13-
"name": "equipped-BELT",
14-
"directions": 4
15-
}
16-
],
8+
"states": [
9+
{
10+
"name": "inhand-left",
11+
"directions": 4
12+
},
13+
{
14+
"name": "inhand-right",
15+
"directions": 4
16+
},
17+
{
18+
"name": "icon"
19+
},
20+
{
21+
"name": "equipped-BELT",
22+
"directions": 4
23+
}
24+
],
1725
"version" : 1
1826
}

0 commit comments

Comments
 (0)