Tiles rework (#3400)

* Ground tiles rework + new tiles for medbay + warning tiles

Changed most of the ground tiles with some slight changes that make them look way better. Added 14 variations of tiles for medbay + some warning tiles for both white and steel floors.

* Small fix to a texture

* Removed all the medical variations for future update.

* Possible fix to the lines conflicting

Co-authored-by: UnderscoreX5 <andrea.bisesti66@protonmail.com>
This commit is contained in:
AndrewUnderscore
2021-03-03 11:27:59 +01:00
committed by GitHub
parent 804e2ec116
commit b52f026101
17 changed files with 57 additions and 1 deletions

View File

@@ -1,4 +1,5 @@
- type: tile
- type: tile
name: floor_dark
display_name: Dark floor
texture: "dark"
@@ -277,3 +278,58 @@
footstep_sounds: footstep_floor
friction: 0.35
item_drop: SheetRGlass1
- type: tile
name: floor_warning1
display_name: Warning Tile
texture: steel_warning1
base_turfs:
- plating
is_subfloor: false
can_crowbar: true
footstep_sounds: footstep_floor
friction: 0.35
- type: tile
name: floor_warning2
display_name: Beware Tile
texture: steel_warning2
base_turfs:
- plating
is_subfloor: false
can_crowbar: true
footstep_sounds: footstep_floor
friction: 0.35
- type: tile
name: floor_white_warning1
display_name: White Warning Tile
texture: white_warning1
base_turfs:
- plating
is_subfloor: false
can_crowbar: true
footstep_sounds: footstep_floor
friction: 0.35
- type: tile
name: floor_white_warning2
display_name: White Beware Tile
texture: white_warning2
base_turfs:
- plating
is_subfloor: false
can_crowbar: true
footstep_sounds: footstep_floor
friction: 0.35
- type: tile
name: floor_blue
display_name: Blue Tile
texture: blue
base_turfs:
- plating
is_subfloor: false
can_crowbar: true
footstep_sounds: footstep_floor
friction: 0.35