Wires are now actually hidden by floor tiles. (#181)

This commit is contained in:
Pieter-Jan Briers
2019-04-04 15:09:06 +02:00
committed by GitHub
parent 3b0ec7f695
commit 9f3f09871e
10 changed files with 192 additions and 3 deletions

View File

@@ -2,13 +2,19 @@
name: floor
display_name: Floor
texture: "floor_steel"
is_subfloor: false
can_crowbar: true
- type: tile
name: floor_white
display_name: White Floor
texture: "floor_white"
is_subfloor: false
can_crowbar: true
- type: tile
name: floor_techmaint
display_name: Techmaint Floor
texture: "floor_techmaint"
is_subfloor: false
can_crowbar: true

View File

@@ -2,8 +2,10 @@
name: plating
display_name: Plating
texture: plating
is_subfloor: true
- type: tile
name: underplating
display_name: Underplating
texture: underplating
is_subfloor: true