Adds inhands for radio/walkietalkie (#4483)

* Adds inhands for radio/walkietalkie and separates layers

* License thingy

* Fixes test
This commit is contained in:
Swept
2021-08-17 19:42:43 -07:00
committed by GitHub
parent f1a2c3df8a
commit 8da0901b8e
10 changed files with 34 additions and 4 deletions

View File

@@ -13,7 +13,10 @@
- type: Radio - type: Radio
- type: Sprite - type: Sprite
sprite: Objects/Devices/communication.rsi sprite: Objects/Devices/communication.rsi
layers:
- state: walkietalkie
- state: walkietalkie-on
state: walkietalkie state: walkietalkie
- type: Icon - type: Item
sprite: Objects/Devices/communication.rsi sprite: Objects/Devices/communication.rsi
state: walkietalkie HeldPrefix: walkietalkie

View File

@@ -1,7 +1,7 @@
{ {
"version": 1, "version": 1,
"license": "CC-BY-SA-3.0", "license": "CC-BY-SA-3.0",
"copyright": "Taken from cev-eris at https://github.com/discordia-space/CEV-Eris/commit/efce5b6c3be75458ce238dcc01510e8f8a653ca6", "copyright": "Taken from cev-eris and modified by Swept at https://github.com/discordia-space/CEV-Eris/commit/efce5b6c3be75458ce238dcc01510e8f8a653ca6",
"size": { "size": {
"x": 32, "x": 32,
"y": 32 "y": 32
@@ -33,11 +33,38 @@
{ {
"name": "radio" "name": "radio"
}, },
{
"name": "radio-inhand-right",
"directions": 4
},
{
"name": "radio-inhand-left",
"directions": 4
},
{ {
"name": "walkietalkie" "name": "walkietalkie"
}, },
{ {
"name": "walkietalkie-off" "name": "walkietalkie-on"
},
{
"name": "walkietalkie-active"
},
{
"name": "walkietalkie-inhand-right",
"directions": 4
},
{
"name": "walkietalkie-inhand-left",
"directions": 4
},
{
"name": "off-walkietalkie-inhand-right",
"directions": 4
},
{
"name": "off-walkietalkie-inhand-left",
"directions": 4
} }
] ]
} }

Binary file not shown.

After

Width:  |  Height:  |  Size: 338 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 311 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 263 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 119 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 333 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 116 B