Broken wood tiles (#16776)

* broken wood tiles decals

* deleting decals

* broken wood tile
This commit is contained in:
Kit0vras
2023-05-26 01:06:06 +03:00
committed by GitHub
parent b7da56d007
commit b3ac3c076e
4 changed files with 22 additions and 0 deletions

View File

@@ -92,3 +92,4 @@ tiles-low-desert-floor = low desert floor
tiles-grass-planet-floor = grass planet floor
tiles-basalt-floor = basalt floor
tiles-snow-floor = snow floor
tiles-wood3 = wood broken floor

View File

@@ -1179,3 +1179,19 @@
collection: BarestepWood
itemDrop: FloorTileItemWoodPattern
heatCapacity: 10000
- type: tile
id: FloorBrokenWood
name: tiles-wood3
sprite: /Textures/Tiles/wood_broken.png
variants: 7
placementVariants: [0, 1, 2, 3, 4, 5, 6]
baseTurf: Plating
isSubfloor: false
canCrowbar: true
footstepSounds:
collection: FootstepWood
barestepSounds:
collection: BarestepWood
itemDrop: MaterialWoodPlank1
heatCapacity: 10000

View File

@@ -60,3 +60,8 @@
license: "CC0-1.0"
copyright: "Created by EmoGarbage404 (github) for space-station-14."
source: "https://github.com/space-wizards/space-station-14/pull/13766"
- files: ["wood_broken.png"]
license: "CC-BY-SA-3.0"
copyright: "taken at https://github.com/ParadiseSS13/Paradise/blob/8b7f4c8b69c74c6de5a755272eb8d3520f3d87c7/icons/turf/floors.dmi"
source: "https://github.com/ParadiseSS13/Paradise"

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.9 KiB