Partially reverts the remote signaller resprite (#27073)

de-sprites the remote signaller

(cherry picked from commit 66f32d428959a1c8b5b17bd0f1346bdfbc34e8f0)
This commit is contained in:
Flareguy 2024-04-17 20:16:48 -05:00 committed by NullWanderer
parent 7977d89734
commit 31adcfdce5
No known key found for this signature in database
GPG Key ID: 212F05528FD678BE
9 changed files with 38 additions and 20 deletions

View File

@ -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

Binary file not shown.

After

Width:  |  Height:  |  Size: 352 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 344 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 359 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 331 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 328 B

View File

@ -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
}
]
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 280 B

After

Width:  |  Height:  |  Size: 315 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 461 B