Adds Checkerboard Tiles, External Hull Plating, Hardened Reinforced Floors, & Monotile Dirty Decal (#18676)

* adds checkered floor tiles, hull tiles, and steel monotile decal

* adds checker floors, hull floors, and dirty steel monotile decal

* adds hardened reinf tiles
This commit is contained in:
Flareguy
2023-08-06 03:27:48 -05:00
committed by GitHub
parent 5c20237cf4
commit 8c256d3960
15 changed files with 124 additions and 2 deletions

View File

@@ -59,6 +59,30 @@
graph: TileSteel
node: steeltile
- type: entity
name: steel dark checker tile
parent: FloorTileItemSteel
id: FloorTileItemSteelCheckerDark
components:
- type: Sprite
state: checker-dark
- type: FloorTile
outputs:
- Plating
- FloorSteelCheckerDark
- type: entity
name: steel light checker tile
parent: FloorTileItemSteel
id: FloorTileItemSteelCheckerLight
components:
- type: Sprite
state: checker-light
- type: FloorTile
outputs:
- Plating
- FloorSteelCheckerLight
- type: entity
name: steel tile
parent: FloorTileItemBase