[Sprite] Diagonal walls (#15973)

This commit is contained in:
Puro
2023-05-07 03:36:39 +03:00
committed by GitHub
parent e5604fc185
commit 2fcf48de1e
7 changed files with 80 additions and 0 deletions

View File

@@ -432,6 +432,29 @@
- !type:DoActsBehavior
acts: [ "Destruction" ]
- type: entity
parent: WallShuttleDiagonal
id: WallPlastitaniumDiagonal
name: plastitanium wall
suffix: diagonal
placement:
mode: SnapgridCenter
snap:
- Wall
components:
- type: Sprite
netsync: false
drawdepth: Walls
sprite: Structures/Walls/plastitanium_diagonal.rsi
state: state0
- type: IconSmooth
mode: Diagonal
key: walls
base: state
- type: Icon
sprite: Structures/Walls/plastitanium_diagonal.rsi
state: state0
- type: entity
parent: BaseWall
id: WallReinforced
@@ -734,6 +757,29 @@
key: walls
base: solid
- type: entity
parent: WallShuttleDiagonal
id: WallSolidDiagonal
name: solid wall
suffix: diagonal
placement:
mode: SnapgridCenter
snap:
- Wall
components:
- type: Sprite
netsync: false
drawdepth: Walls
sprite: Structures/Walls/solid_diagonal.rsi
state: state0
- type: IconSmooth
mode: Diagonal
key: walls
base: state
- type: Icon
sprite: Structures/Walls/solid_diagonal.rsi
state: state0
- type: entity
parent: BaseWall
id: WallSolidRust

View File

@@ -0,0 +1,17 @@
{
"version": 1,
"size": {
"x": 32,
"y": 32
},
"license": "CC-BY-SA-3.0",
"copyright": "Taken from: https://github.com/tgstation/tgstation/commit/847e50af31a6c2b797c0de213e725f24b6175e17#diff-d887f4300e059d5fba9576e24bf1e6268a2fd25791f3d13f2636402492f6d917",
"states": [
{
"name": "state0"
},
{
"name": "state1"
}
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 264 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 260 B

View File

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

Binary file not shown.

After

Width:  |  Height:  |  Size: 316 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 297 B