[Sprite] Diagonal walls (#15973)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user