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>
@@ -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:
|
||||
|
||||
|
Before Width: | Height: | Size: 137 B |
@@ -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
|
||||
]
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
Before Width: | Height: | Size: 137 B |
|
Before Width: | Height: | Size: 137 B |
|
Before Width: | Height: | Size: 425 B |
BIN
Resources/Textures/Constructible/Power/switch.rsi/dead.png
Normal file
|
After Width: | Height: | Size: 666 B |
65
Resources/Textures/Constructible/Power/switch.rsi/meta.json
Normal 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
|
||||
]
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
BIN
Resources/Textures/Constructible/Power/switch.rsi/off.png
Normal file
|
After Width: | Height: | Size: 711 B |
BIN
Resources/Textures/Constructible/Power/switch.rsi/on.png
Normal file
|
After Width: | Height: | Size: 695 B |