Body camera (#585)
* Initial commit * removed jumpsuit slot component, system * sprite fixes * Локализация для телевизора и роутера * Removed separate router and tv for body cameras. Now they're public. Added localizations. * +cargo buying, sprites finale
|
After Width: | Height: | Size: 717 B |
|
After Width: | Height: | Size: 2.1 KiB |
|
After Width: | Height: | Size: 211 B |
|
After Width: | Height: | Size: 326 B |
|
After Width: | Height: | Size: 2.1 KiB |
@@ -0,0 +1,108 @@
|
||||
{
|
||||
"version" : 1,
|
||||
"license" : "CC-BY-SA-3.0",
|
||||
"copyright" : "Copyright (c) White Dream Space Station 14",
|
||||
"size" : {
|
||||
"x" : 32,
|
||||
"y" : 32
|
||||
},
|
||||
"states" : [
|
||||
{
|
||||
"name" : "unpowered"
|
||||
},
|
||||
{
|
||||
"name" : "active"
|
||||
},
|
||||
{
|
||||
"name" : "active-animated",
|
||||
"delays" : [
|
||||
[
|
||||
1,
|
||||
2
|
||||
]
|
||||
]
|
||||
},
|
||||
{
|
||||
"name" : "off-inhand-right",
|
||||
"directions" : 4
|
||||
},
|
||||
{
|
||||
"name" : "off-inhand-left",
|
||||
"directions" : 4
|
||||
},
|
||||
{
|
||||
"name" : "on-inhand-right",
|
||||
"directions" : 4,
|
||||
"delays" : [
|
||||
[
|
||||
1,
|
||||
2
|
||||
],
|
||||
[
|
||||
1,
|
||||
2
|
||||
],
|
||||
[
|
||||
1,
|
||||
2
|
||||
],
|
||||
[
|
||||
1,
|
||||
2
|
||||
]
|
||||
]
|
||||
},
|
||||
{
|
||||
"name" : "on-inhand-left",
|
||||
"directions" : 4,
|
||||
"delays" : [
|
||||
[
|
||||
1,
|
||||
2
|
||||
],
|
||||
[
|
||||
1,
|
||||
2
|
||||
],
|
||||
[
|
||||
1,
|
||||
2
|
||||
],
|
||||
[
|
||||
1,
|
||||
2
|
||||
]
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "equipped-NECK",
|
||||
"directions": 4,
|
||||
"delays" : [
|
||||
[
|
||||
1,
|
||||
2
|
||||
],
|
||||
[
|
||||
1,
|
||||
2
|
||||
],
|
||||
[
|
||||
1,
|
||||
2
|
||||
],
|
||||
[
|
||||
1,
|
||||
2
|
||||
]
|
||||
]
|
||||
},
|
||||
{
|
||||
"name" : "off-equipped-NECK",
|
||||
"directions" : 4
|
||||
},
|
||||
{
|
||||
"name": "equipped-INNERCLOTHING",
|
||||
"directions" : 4
|
||||
}
|
||||
]
|
||||
}
|
||||
|
After Width: | Height: | Size: 259 B |
|
After Width: | Height: | Size: 200 B |
|
After Width: | Height: | Size: 223 B |
|
After Width: | Height: | Size: 239 B |
|
After Width: | Height: | Size: 262 B |
|
After Width: | Height: | Size: 636 B |