Replaces switches with cev-eris sprites. (#2526)

* Initial

* Removed old AME shielding sprite

* Update Resources/Textures/Constructible/Power/switch.rsi/meta.json

Co-authored-by: Víctor Aguilera Puerto <6766154+Zumorica@users.noreply.github.com>
This commit is contained in:
Swept
2020-11-09 10:03:53 +00:00
committed by GitHub
parent bdc4441a45
commit af060b5366
10 changed files with 69 additions and 46 deletions

View File

@@ -6,9 +6,10 @@
- type: InteractionOutline
- type: Physics
- type: Sprite
sprite: Constructible/Linking/switch.rsi
sprite: Constructible/Power/switch.rsi
state: on
- type: SignalSwitch
- type: Rotatable
- type: SignalTransmitter
placement:
snap:
@@ -22,9 +23,10 @@
- type: InteractionOutline
- type: Physics
- type: Sprite
sprite: Constructible/Linking/switch.rsi
sprite: Constructible/Power/switch.rsi
state: dead
- type: SignalButton
- type: Rotatable
- type: SignalTransmitter
placement:
snap:

Binary file not shown.

Before

Width:  |  Height:  |  Size: 137 B

View File

@@ -1,44 +0,0 @@
{
"version": 1,
"size": {
"x": 32,
"y": 32
},
"license": "CC-BY-SA-3.0",
"copyright": "Taken from https://github.com/tgstation/tgstation/commit/2f127f8b95220226cdd5be356723f3b849c53acf",
"states": [
{
"name": "on",
"select": [],
"flags": {},
"directions": 1,
"delays": [
[
1
]
]
},
{
"name": "off",
"select": [],
"flags": {},
"directions": 1,
"delays": [
[
1
]
]
},
{
"name": "dead",
"select": [],
"flags": {},
"directions": 1,
"delays": [
[
1
]
]
}
]
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 137 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 137 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 425 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 666 B

View File

@@ -0,0 +1,65 @@
{
"version": 1,
"size": {
"x": 32,
"y": 32
},
"license": "CC-BY-SA-3.0",
"copyright": "Taken from CEV-Eris at commit 15748b71a1e6d2c547588c653d7c42f18011f7c5",
"states": [
{
"name": "on",
"directions": 4,
"delays": [
[
1
],
[
1
],
[
1
],
[
1
]
]
},
{
"name": "off",
"directions": 4,
"delays": [
[
1
],
[
1
],
[
1
],
[
1
]
]
},
{
"name": "dead",
"directions": 4,
"delays": [
[
1
],
[
1
],
[
1
],
[
1
]
]
}
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 711 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 695 B