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>
@@ -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
|
||||
|
||||
BIN
Resources/Textures/Constructible/Tiles/blue.png
Normal file
|
After Width: | Height: | Size: 180 B |
|
Before Width: | Height: | Size: 277 B After Width: | Height: | Size: 302 B |
|
Before Width: | Height: | Size: 1.7 KiB After Width: | Height: | Size: 1.7 KiB |
|
Before Width: | Height: | Size: 307 B After Width: | Height: | Size: 352 B |
BIN
Resources/Textures/Constructible/Tiles/kitchen.png
Normal file
|
After Width: | Height: | Size: 171 B |
|
Before Width: | Height: | Size: 248 B After Width: | Height: | Size: 280 B |
|
Before Width: | Height: | Size: 1.7 KiB After Width: | Height: | Size: 1.7 KiB |
|
Before Width: | Height: | Size: 132 B After Width: | Height: | Size: 168 B |
|
Before Width: | Height: | Size: 951 B After Width: | Height: | Size: 968 B |
BIN
Resources/Textures/Constructible/Tiles/steel_warning1.png
Normal file
|
After Width: | Height: | Size: 273 B |
BIN
Resources/Textures/Constructible/Tiles/steel_warning2.png
Normal file
|
After Width: | Height: | Size: 198 B |
|
Before Width: | Height: | Size: 213 B After Width: | Height: | Size: 242 B |
|
Before Width: | Height: | Size: 119 B After Width: | Height: | Size: 158 B |
BIN
Resources/Textures/Constructible/Tiles/white_warning1.png
Normal file
|
After Width: | Height: | Size: 263 B |
BIN
Resources/Textures/Constructible/Tiles/white_warning2.png
Normal file
|
After Width: | Height: | Size: 186 B |
|
Before Width: | Height: | Size: 285 B After Width: | Height: | Size: 282 B |