Reinforced diagonal (#24393)

* Textures

* Protowall
This commit is contained in:
SonicHDC
2024-01-23 02:53:19 +12:00
committed by GitHub
parent fad00bb3b3
commit b5013fecdd
4 changed files with 39 additions and 0 deletions

View File

@@ -550,6 +550,28 @@
- type: RadiationBlocker
resistance: 5
- type: entity
parent: WallShuttleDiagonal
id: WallReinforcedDiagonal
name: reinforced wall
suffix: diagonal
placement:
mode: SnapgridCenter
snap:
- Wall
components:
- type: Sprite
drawdepth: Walls
sprite: Structures/Walls/reinforced_diagonal.rsi
state: state0
- type: IconSmooth
mode: Diagonal
key: walls
base: state
- type: Icon
sprite: Structures/Walls/reinforced_diagonal.rsi
state: state0
# Riveting
- type: entity
parent: BaseWall

View File

@@ -0,0 +1,17 @@
{
"version": 1,
"size": {
"x": 32,
"y": 32
},
"license": "CC-BY-SA-3.0",
"copyright": "Sprited by SonicHDC (Github) for Space Station 14",
"states": [
{
"name": "state0"
},
{
"name": "state1"
}
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 666 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 639 B