-
Notifications
You must be signed in to change notification settings - Fork 0
/
meta.json
56 lines (56 loc) · 956 Bytes
/
meta.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Taken from tgstation at https://github.com/tgstation/tgstation/commit/eea0599511b088fdab9d43e562210cdbd51c6a98, cover is edited by Ubaser.",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "inhand-left",
"directions": 4
},
{
"name": "inhand-right",
"directions": 4
},
{
"name": "icon"
},
{
"name": "equipped-BELT",
"directions": 4
},
{
"name": "storage"
},
{
"name": "cover-inhand-left",
"directions": 4
},
{
"name": "cover-inhand-right",
"directions": 4
},
{
"name": "cover-icon"
},
{
"name": "cover-equipped-BELT",
"directions": 4
},
{
"name": "red-storage"
},
{
"name": "green-storage"
},
{
"name": "orange-storage"
},
{
"name": "yellow-storage"
}
]
}