Partially reverts the remote signaller resprite (#27073)
de-sprites the remote signaller (cherry picked from commit 66f32d428959a1c8b5b17bd0f1346bdfbc34e8f0)
|
|
@ -32,7 +32,13 @@
|
|||
description: A handheld device used for remotely sending signals to objects within a small radius of about 50 meters.
|
||||
components:
|
||||
- type: Sprite
|
||||
state: signaller2
|
||||
state: advanced
|
||||
- type: Item
|
||||
inhandVisuals:
|
||||
left:
|
||||
- state: advanced-inhand-left
|
||||
right:
|
||||
- state: advanced-inhand-right
|
||||
- type: WirelessNetworkConnection
|
||||
range: 50
|
||||
- type: StaticPrice
|
||||
|
|
|
|||
|
After Width: | Height: | Size: 352 B |
|
After Width: | Height: | Size: 344 B |
|
After Width: | Height: | Size: 359 B |
|
After Width: | Height: | Size: 331 B |
|
After Width: | Height: | Size: 328 B |
|
|
@ -1,21 +1,33 @@
|
|||
{
|
||||
"version": 1,
|
||||
|
||||
"license": "CC-BY-SA-3.0",
|
||||
"copyright": "Taken from Goonstation at commit https://github.com/goonstation/goonstation/commit/354d9635460c296dc7dce23ab39481dc4de6dc00, signaller2 created by TheShuEd",
|
||||
|
||||
"size": {
|
||||
"x": 32,
|
||||
"y": 32
|
||||
"version": 1,
|
||||
"license": "CC-BY-SA-3.0",
|
||||
"copyright": "signaller state taken from /vg/station at commit https://github.com/vgstation-coders/vgstation13/commit/2c980a1f423f26e990a578bae057d1eca19675ec. inhands & advanced made by Flaregy for Space Station 14. advanced is modified from signaller",
|
||||
"size": {
|
||||
"x": 32,
|
||||
"y": 32
|
||||
},
|
||||
"states": [
|
||||
{
|
||||
"name": "signaller"
|
||||
},
|
||||
"states": [
|
||||
{
|
||||
"name": "signaller",
|
||||
"directions": 1
|
||||
},
|
||||
{
|
||||
"name": "signaller2",
|
||||
"directions": 1
|
||||
}
|
||||
]
|
||||
}
|
||||
{
|
||||
"name": "inhand-left",
|
||||
"directions": 4
|
||||
},
|
||||
{
|
||||
"name": "inhand-right",
|
||||
"directions": 4
|
||||
},
|
||||
{
|
||||
"name": "advanced"
|
||||
},
|
||||
{
|
||||
"name": "advanced-inhand-left",
|
||||
"directions": 4
|
||||
},
|
||||
{
|
||||
"name": "advanced-inhand-right",
|
||||
"directions": 4
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
|
|||
|
Before Width: | Height: | Size: 280 B After Width: | Height: | Size: 315 B |
|
Before Width: | Height: | Size: 461 B |