Replaces the substation sprite. (#2621)

* Sprite

* ez
This commit is contained in:
Swept
2020-11-26 13:06:54 +00:00
committed by GitHub
parent 32d8cc0c1e
commit a16ce4b7a5
7 changed files with 48 additions and 2 deletions

View File

@@ -120,8 +120,13 @@
- type: SnapGrid
offset: Center
- type: Sprite
sprite: Constructible/Power/power.rsi
state: storage
sprite: Constructible/Power/substation.rsi
layers:
- state: substation
- state: screen
shader: unshaded
- state: full
shader: unshaded
- type: Battery
maxCharge: 1000
startingCharge: 1000

Binary file not shown.

After

Width:  |  Height:  |  Size: 506 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 508 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 508 B

View File

@@ -0,0 +1,41 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Taken from cev-eris at commit https://github.com/discordia-space/CEV-Eris/commit/b63634bc17efe2f09cf06ef0e9a90d24d37f6203",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "substation",
"directions": 1
},
{
"name": "full",
"directions": 1
},
{
"name": "charging",
"directions": 1
},
{
"name": "dead",
"directions": 1
},
{
"name": "screen",
"directions": 1,
"delays": [
[
0.15,
0.15,
0.15,
0.15,
0.15,
0.15
]
]
}
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 301 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 KiB